ezEngine Release 26.9
Loading...
Searching...
No Matches
ezJoltMeshDesc Struct Reference

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< ezVec3m_Vertices
 
ezDynamicArray< ezUInt32 > m_TriangleIndices
 
ezDynamicArray< ezUInt16 > m_TriangleSurfaceID
 
ezDynamicArray< ezStringm_Surfaces
 

Member Data Documentation

◆ m_uiContentHash

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.


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