voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
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