menu
three_js_simple_loaders package
documentation
vox_loder.dart
Chunk
Chunk.new constructor
Chunk.new constructor
dark_mode
light_mode
Chunk
constructor
Chunk
(
{
List
<
int
>
?
palette
,
Vector3?
size
,
List
<
int
>
?
data
,
})
Implementation
Chunk({ this.palette, Vector3? size, this.data }){ this.size = size ?? Vector3.zero(); }
three_js_simple_loaders package
documentation
vox_loder
Chunk
Chunk.new constructor
Chunk class