Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::GltfLoader::StaticMeshSettings Struct Reference

#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()

Detailed Description

Definition at line 73 of file GltfLoader.h.

Constructor & Destructor Documentation

◆ StaticMeshSettings() [1/2]

EngineCore::GltfLoader::StaticMeshSettings::StaticMeshSettings ( )
default

◆ StaticMeshSettings() [2/2]

EngineCore::GltfLoader::StaticMeshSettings::StaticMeshSettings ( const tinygltf::Value & extras)

Definition at line 790 of file GltfLoader.cpp.

References bUsesLightMaps, lightMapPath, and lightMapUvIndex.

Member Data Documentation

◆ bUsesLightMaps

bool EngineCore::GltfLoader::StaticMeshSettings::bUsesLightMaps = false

Definition at line 78 of file GltfLoader.h.

Referenced by StaticMeshSettings().

◆ lightMapPath

std::filesystem::path EngineCore::GltfLoader::StaticMeshSettings::lightMapPath = std::filesystem::path()

Definition at line 79 of file GltfLoader.h.

Referenced by StaticMeshSettings().

◆ lightMapUvIndex

int EngineCore::GltfLoader::StaticMeshSettings::lightMapUvIndex = std::numeric_limits<int>::max()

Definition at line 80 of file GltfLoader.h.

Referenced by StaticMeshSettings().


The documentation for this struct was generated from the following files:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Mesh/GltfLoader.h
  • /home/magerbeton/Documents/gl3-vulkan/Engine/src/Engine/Mesh/GltfLoader.cpp