voxelman v0.7.0 (2016-08-22T15:41:17Z)
Dub
Repo
MeshGenResult
voxelman
client
chunkmeshman
Undocumented in source.
struct
MeshGenResult {
MeshGenTaskType
type
;
ChunkWorldPos
cwp
;
MeshVertex
[][
2
]
meshes
;
ChunkMesh
[
2
]
preloadedMeshes
;
}
Members
Variables
cwp
ChunkWorldPos
cwp
;
Undocumented in source.
meshes
MeshVertex
[][
2
]
meshes
;
Undocumented in source.
preloadedMeshes
ChunkMesh
[
2
]
preloadedMeshes
;
Undocumented in source.
type
MeshGenTaskType
type
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
client
chunkmeshman
manifest constants
WAIT_FOR_EMPTY_QUEUES
debug_wasted_meshes
structs
ChunkMeshMan
MeshGenResult
MeshingPass