|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <GltfLoader.h>
Public Member Functions | |
| LightmapProperties (const tinygltf::Value &extension) | |
| bool | isLightmapPathValid () const |
Public Attributes | |
| std::filesystem::path | lightmapPath |
| uint32_t | lightmapUvIndex |
Definition at line 115 of file GltfLoader.h.
|
explicit |
Definition at line 193 of file GltfLoader.cpp.
References lightmapPath, and lightmapUvIndex.
| bool EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::LightmapProperties::isLightmapPathValid | ( | ) | const |
Definition at line 220 of file GltfLoader.cpp.
References lightmapPath.
| std::filesystem::path EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::LightmapProperties::lightmapPath |
Definition at line 117 of file GltfLoader.h.
Referenced by isLightmapPathValid(), and LightmapProperties().
| uint32_t EngineCore::GltfLoader::VulkanSchneeExtension::LightProperties::LightmapProperties::lightmapUvIndex |
Definition at line 118 of file GltfLoader.h.
Referenced by LightmapProperties().