VoxelNode

Inherits: Node3D

Base class for voxel volumes.

Properties:

Type Name Default
int cast_shadow 1
VoxelGenerator generator
int gi_mode 0
VoxelMesher mesher
VoxelStream stream

Enumerations:

enum GIMode:

  • GI_MODE_DISABLED = 0
  • GI_MODE_BAKED = 1
  • GI_MODE_DYNAMIC = 2

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 Sep 12, 2023