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

1.2 KiB

VoxelMesherCubes

Inherits: VoxelMesher

Properties:

Type Name Default
int color_mode 0
bool greedy_meshing_enabled true
VoxelColorPalette palette

Enumerations:

enum Materials:

  • MATERIAL_OPAQUE = 0
  • MATERIAL_TRANSPARENT = 1
  • MATERIAL_COUNT = 2

enum ColorMode:

  • COLOR_RAW = 0
  • COLOR_MESHER_PALETTE = 1
  • COLOR_SHADER_PALETTE = 2

Property Descriptions

Generated on Feb 16, 2021