|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <GltfLoader.h>
Public Member Functions | |
| StaticMeshSettings ()=default | |
| StaticMeshSettings (const tinygltf::Value &extras) | |
Public Attributes | |
| bool | bUsesLightMaps = false |
| std::filesystem::path | lightMapPath = std::filesystem::path() |
| int | lightMapUvIndex = std::numeric_limits<int>::max() |
Definition at line 73 of file GltfLoader.h.
|
default |
| EngineCore::GltfLoader::StaticMeshSettings::StaticMeshSettings | ( | const tinygltf::Value & | extras | ) |
Definition at line 790 of file GltfLoader.cpp.
References bUsesLightMaps, lightMapPath, and lightMapUvIndex.
| bool EngineCore::GltfLoader::StaticMeshSettings::bUsesLightMaps = false |
Definition at line 78 of file GltfLoader.h.
Referenced by StaticMeshSettings().
| std::filesystem::path EngineCore::GltfLoader::StaticMeshSettings::lightMapPath = std::filesystem::path() |
Definition at line 79 of file GltfLoader.h.
Referenced by StaticMeshSettings().
| int EngineCore::GltfLoader::StaticMeshSettings::lightMapUvIndex = std::numeric_limits<int>::max() |
Definition at line 80 of file GltfLoader.h.
Referenced by StaticMeshSettings().