![]() |
ezEngine Release 25.08
|
Public Attributes | |
| ezString | m_sSourceFile |
| bool | m_bImportSkinningData = false |
| bool | m_bRecomputeNormals = false |
| bool | m_bRecomputeTangents = false |
| bool | m_bNormalizeWeights = false |
| ezMat3 | m_RootTransform = ezMat3::MakeIdentity() |
| ezDynamicArray< ezString > | m_MeshIncludeTags |
| ezDynamicArray< ezString > | m_MeshExcludeTags |
| ezMeshResourceDescriptor * | m_pMeshOutput = nullptr |
| ezEnum< ezMeshNormalPrecision > | m_MeshNormalsPrecision = ezMeshNormalPrecision::Default |
| ezEnum< ezMeshTexCoordPrecision > | m_MeshTexCoordsPrecision = ezMeshTexCoordPrecision::Default |
| ezEnum< ezMeshBoneWeigthPrecision > | m_MeshBoneWeightPrecision = ezMeshBoneWeigthPrecision::Default |
| ezEnum< ezMeshVertexColorConversion > | m_MeshVertexColorConversion = ezMeshVertexColorConversion::Default |
| ezEditableSkeleton * | m_pSkeletonOutput = nullptr |
| bool | m_bAdditiveAnimation = false |
| AdditiveReference | m_AdditiveReference = AdditiveReference::FirstKeyFrame |
| ezString | m_sAnimationToImport |
| ezAnimationClipResourceDescriptor * | m_pAnimationOutput = nullptr |
| ezUInt32 | m_uiFirstAnimKeyframe = 0 |
| ezUInt32 | m_uiNumAnimKeyframes = 0 |
| ezUInt8 | m_uiMeshSimplification = 0 |
| ezUInt8 | m_uiMaxSimplificationError = 5 |
| bool | m_bAggressiveSimplification = false |
| float | m_fAnimationPositionScale = 1.0f |