vox-d v1.0.0 (2021-04-30T12:27:15Z)
Home
Dub
Repo
VOX
voxd
utils
The simple structure currently used in vox-d. Expect changes about this.
struct
VOX {
int
width
;
int
height
;
int
depth
;
VoxColor
[]
voxels
;
inout
(
VoxColor
)
voxel
(int x, int y, int z);
int
numVoxels
();
}
Members
Functions
numVoxels
int
numVoxels
()
Undocumented in source. Be warned that the author may not have intended to support it.
voxel
inout
(
VoxColor
)
voxel
(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
depth
int
depth
;
Undocumented in source.
height
int
height
;
Undocumented in source.
voxels
VoxColor
[]
voxels
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
voxd
utils
classes
VoxdException
functions
getRIFFChunkHeader
popBE
popInteger
popLE
popUbyte
skipBytes
writeBE
writeInteger
writeLE
writeRIFFChunkHeader
structs
VOX
VoxColor
templates
RIFFChunkId
The simple structure currently used in vox-d. Expect changes about this.