Showing results for

voxel

engine

on voxel-tools.readthedocs.io
voxel-tools.readthedocs.io › en › latest › specs
Voxel block format v3 - Voxel Tools documentation
...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...
voxel-tools.readthedocs.io › en › latest › getting the module
Getting Voxel Tools - Voxel Tools documentation
Getting Voxel Tools¶
This project exists in two editions:
- Module: bundled as a custom build of Godot Engine and custom export templates. This is...
voxel-tools.readthedocs.io › en › latest › api
VoxelMesherTransvoxel - Voxel Tools documentation
...VoxelMesher
Implements isosurface generation (smooth voxels) using the Transvoxel algorithm.
Properties:¶
Methods:¶
Enumerations:¶
voxel-tools.readthedocs.io › en › latest › specs
Voxel block format v1 - Voxel Tools documentation
...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...
voxel-tools.readthedocs.io › en › latest › api
VoxelBuffer - Voxel Tools documentation
...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...
voxel-tools.readthedocs.io › en › latest › specs
Voxel block format v2 - Voxel Tools documentation
...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...
voxel-tools.readthedocs.io › en › latest › performance
Performance - Voxel Tools documentation
Performance¶
This section discusses performance-related topics, such as making the voxel engine run fast. It can be more technical than the other sections...
voxel-tools.readthedocs.io › en › latest › multiplayer
Multiplayer - Voxel Tools documentation
Multiplayer¶
Multiplayer in a voxel game can be implemented with lots of different details. Not all the features of the engine are supported, it...
voxel-tools.readthedocs.io › en › latest › specs
SQLite format v1 - Voxel Tools documentation
...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...
voxel-tools.readthedocs.io › en › latest › api
VoxelTool - Voxel Tools documentation
...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...