godot_voxel/doc/source/api/VoxelNode.md
2021-02-16 20:54:45 +00:00

969 B

VoxelNode

Inherits: Spatial

Base class for voxel volumes.

Properties:

Type Name Default
VoxelGenerator generator
VoxelMesher mesher
VoxelStream stream

Property Descriptions

Procedural generator used to load voxel blocks when not present in the stream.

Defines how voxels are transformed into visible meshes.

Primary source of persistent voxel data. If left unassigned, the whole volume will use the generator.

Generated on Feb 16, 2021