Showing results for

voxel

engine

on voxel-tools.readthedocs.io
voxel-tools.readthedocs.io › en › latest › api
VoxelEngine - Voxel Tools documentation
...bool get_threaded_graphics_resource_building_enabled( )¶
Tells if the voxel engine is able to create graphics resources from different threads. This will usually be true if the current...
voxel-tools.readthedocs.io › en › latest
Voxel Tools documentation
Voxel Tools documentation¶
Voxel Tools is a C++ module for creating volumetric worlds in Godot Engine.
Explore categories on the left to get started...
voxel-tools.readthedocs.io › en › latest › api
VoxelViewer - Voxel Tools documentation
...the engine will generate meshes around this viewer. This may be enabled for the local player.
int view_distance = 128¶
How far should voxels generate...
voxel-tools.readthedocs.io › en › latest › overview
Overview - Voxel Tools documentation
Overview¶
This section explains the main concepts used in this voxel engine and which parts implement them.
What voxels are¶
"Voxel" is short for...
voxel-tools.readthedocs.io › en › latest › api
VoxelBlockyLibrary - Voxel Tools documentation
...sides get culled by neighbor voxels, or how it is treated by some functionality of the voxel engine.
If you create this library from...
voxel-tools.readthedocs.io › en › latest › specs
Compressed data format - Voxel Tools documentation
Compressed data format¶
Some custom formats used in this engine can be wrapped in a compressed container.
Specification¶
Endianness¶
By default, little-endian.
voxel-tools.readthedocs.io › en › latest › specs
Voxel block format v4 - Voxel Tools documentation
...If compression is COMPRESSION_UNIFORM
(1), the data will be a single voxel value, which means all voxels in the block have that same value...
voxel-tools.readthedocs.io › en › latest › specs
SQLite format v0 - Voxel Tools documentation
...Coordinates are equal to the origin of the block in voxels, divided by the size of the block + lod index using euclidean division...
voxel-tools.readthedocs.io › en › latest › api
VoxelGeneratorScript - Voxel Tools documentation
...this engine makes heavy use of threads. Generators will run in one of them, so make sure you don't access the scene tree...
voxel-tools.readthedocs.io › en › latest › quick start
Quick start - Voxel Tools documentation
Quick start¶
Demo projects¶
Now that your Godot Engine has voxel support built in, you can either download one of the demos and start...