Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
SceneInfo::Options Struct Reference
+ Collaboration diagram for SceneInfo::Options:

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
 

Detailed Description

Definition at line 120 of file assimpimporter_rt.cpp.

Member Data Documentation

◆ binaryKeyframes

bool SceneInfo::Options::binaryKeyframes = false

Definition at line 123 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions().

◆ designStudioWorkarounds

bool SceneInfo::Options::designStudioWorkarounds = false

Definition at line 127 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setNodeProperties().

◆ forceMipMapGeneration

bool SceneInfo::Options::forceMipMapGeneration = false

Definition at line 124 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setTextureProperties().

◆ generateLightmapUV

bool SceneInfo::Options::generateLightmapUV = false

Definition at line 126 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions().

◆ generateMeshLODs

bool SceneInfo::Options::generateMeshLODs = false

Definition at line 131 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setModelProperties().

◆ globalScaleValue

float SceneInfo::Options::globalScaleValue = 1.0

Definition at line 129 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions().

◆ gltfMode

bool SceneInfo::Options::gltfMode = false

Definition at line 122 of file assimpimporter_rt.cpp.

Referenced by setTextureProperties().

◆ lightmapBaseResolution

int SceneInfo::Options::lightmapBaseResolution = 1024

Definition at line 128 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions().

◆ lodNormalMergeAngle

float SceneInfo::Options::lodNormalMergeAngle = 60.0

Definition at line 132 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setModelProperties().

◆ lodNormalSplitAngle

float SceneInfo::Options::lodNormalSplitAngle = 25.0

Definition at line 133 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setModelProperties().

◆ useFloatJointIndices

bool SceneInfo::Options::useFloatJointIndices = false

Definition at line 125 of file assimpimporter_rt.cpp.

Referenced by processSceneOptions(), and setModelProperties().


The documentation for this struct was generated from the following file: