Showing results for on voxel-tools.readthedocs.io
...one for the whole block, and one per voxel.
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
Getting Voxel Tools¶
This project exists in two editions:
- Module: bundled as a custom build of Godot Engine and custom export templates. This is...
This project exists in two editions:
- Module: bundled as a custom build of Godot Engine and custom export templates. This is...
...VoxelMesher
Implements isosurface generation (smooth voxels) using the Transvoxel algorithm.
Properties:¶
Methods:¶
Enumerations:¶
Implements isosurface generation (smooth voxels) using the Transvoxel algorithm.
Properties:¶
Methods:¶
Enumerations:¶
...one for the whole block, and one per voxel.
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
...Used with smooth voxels.
- CHANNEL_DATA5 = 5 --- Free channel. Not used by the engine yet.
- CHANNEL_DATA6 = 6 --- Free channel. Not used by the engine yet...
- CHANNEL_DATA5 = 5 --- Free channel. Not used by the engine yet.
- CHANNEL_DATA6 = 6 --- Free channel. Not used by the engine yet...
...one for the whole block, and one per voxel.
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
Block metadata is one Godot Variant
, encoded using the encode_variant
method of the engine.
Voxel...
Performance¶
This section discusses performance-related topics, such as making the voxel engine run fast. It can be more technical than the other sections...
This section discusses performance-related topics, such as making the voxel engine run fast. It can be more technical than the other sections...
Multiplayer¶
Multiplayer in a voxel game can be implemented with lots of different details. Not all the features of the engine are supported, it...
Multiplayer in a voxel game can be implemented with lots of different details. Not all the features of the engine are supported, it...
...Its encoding depends onmeta.coordinate_format
.vb
contains compressed voxel data using the Block format.instances
contains compressed instance data using the Instance format.
Coordinate...
.vb
contains compressed voxel data using the Block format.instances
contains compressed instance data using the Instance format.
Coordinate...
...This is meant to be analogous to Surface tool from Unreal Engine Voxel Plugin.
bool is_area_editable( AABB box )¶
Returns true
if the specified voxel...
bool is_area_editable( AABB box )¶
Returns true
if the specified voxel...