|
Foundation
|
#include <Mesh.hpp>
Public Member Functions | |
| FSerializedMesh (Allocator *alloc=GLOBAL_ALLOC) | |
Public Attributes | |
| FBlobRef | vertices |
| uint32_t | vertexCount {0} |
| Vector< FSerializedMeshLOD > | lods |
| FBlobRef | dagGroups |
| FBlobRef | dagMeshlets |
| FBlobRef | dagMeshletTri |
| FBlobRef | dagMeshletVtx |
| FBlobRef | skinBinding |
| int32_t | skeleton {-1} |
| FBlobRef | morphPositions |
| uint32_t | morphTargetCount {0} |
| int32_t | morphTrack {-1} |
|
inlineexplicit |
| FBlobRef FSerializedMesh::dagGroups |
| FBlobRef FSerializedMesh::dagMeshlets |
| FBlobRef FSerializedMesh::dagMeshletTri |
| FBlobRef FSerializedMesh::dagMeshletVtx |
| Vector<FSerializedMeshLOD> FSerializedMesh::lods |
| FBlobRef FSerializedMesh::morphPositions |
| uint32_t FSerializedMesh::morphTargetCount {0} |
| int32_t FSerializedMesh::morphTrack {-1} |
| int32_t FSerializedMesh::skeleton {-1} |
| FBlobRef FSerializedMesh::skinBinding |
| uint32_t FSerializedMesh::vertexCount {0} |
| FBlobRef FSerializedMesh::vertices |