![]() |
ezEngine Release 26.9
|
Public Types | |
| enum class | Type : ezUInt8 { Triangle , ConvexHull , ConvexDecomposition , ConvexHullGroup } |
Public Attributes | |
| Type | m_Type = Type::Triangle |
| bool | m_bFlipNormals = false |
| ezUInt32 | m_uiMaxConvexPieces = 1 |
| ezUInt64 | m_uiContentHash = 0 |
| ezDynamicArray< ezVec3 > | m_Vertices |
| ezDynamicArray< ezUInt32 > | m_TriangleIndices |
| ezDynamicArray< ezUInt16 > | m_TriangleSurfaceID |
| ezDynamicArray< ezString > | m_Surfaces |
| ezUInt64 ezJoltMeshDesc::m_uiContentHash = 0 |
Hash of the source data. Written uncompressed at the front of the file so the export modifier can check whether the file is up to date without decompressing it.