godot_voxel/doc/docs/api/VoxelNode.md
Marc Gilleron ce198c2670 Some doc
2021-01-21 20:04:53 +00:00

966 B

VoxelNode

Inherits: Spatial

Base class for voxel volumes.

Properties:

Type Name Default
VoxelGenerator generator
VoxelMesher mesher
VoxelStream stream

Property Descriptions

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

  • VoxelMesher mesher Defines how voxels are transformed into visible meshes.

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

Generated on Jan 21, 2021