![]() |
Qt 6.x
The Qt SDK
|
Public Attributes | |
bool | gltfMode = false |
bool | binaryKeyframes = false |
bool | forceMipMapGeneration = false |
bool | useFloatJointIndices = false |
bool | generateLightmapUV = false |
bool | designStudioWorkarounds = false |
int | lightmapBaseResolution = 1024 |
float | globalScaleValue = 1.0 |
bool | generateMeshLODs = false |
float | lodNormalMergeAngle = 60.0 |
float | lodNormalSplitAngle = 25.0 |
Definition at line 120 of file assimpimporter_rt.cpp.
bool SceneInfo::Options::binaryKeyframes = false |
Definition at line 123 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions().
bool SceneInfo::Options::designStudioWorkarounds = false |
Definition at line 127 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setNodeProperties().
bool SceneInfo::Options::forceMipMapGeneration = false |
Definition at line 124 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setTextureProperties().
bool SceneInfo::Options::generateLightmapUV = false |
Definition at line 126 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions().
bool SceneInfo::Options::generateMeshLODs = false |
Definition at line 131 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setModelProperties().
float SceneInfo::Options::globalScaleValue = 1.0 |
Definition at line 129 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions().
bool SceneInfo::Options::gltfMode = false |
Definition at line 122 of file assimpimporter_rt.cpp.
Referenced by setTextureProperties().
int SceneInfo::Options::lightmapBaseResolution = 1024 |
Definition at line 128 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions().
float SceneInfo::Options::lodNormalMergeAngle = 60.0 |
Definition at line 132 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setModelProperties().
float SceneInfo::Options::lodNormalSplitAngle = 25.0 |
Definition at line 133 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setModelProperties().
bool SceneInfo::Options::useFloatJointIndices = false |
Definition at line 125 of file assimpimporter_rt.cpp.
Referenced by processSceneOptions(), and setModelProperties().