index.html
Clayground
Clayground.Canvas3D
VoxelMapInstancing
Clayground 2025.2
List of All Members for VoxelMapInstancing
This is the complete list of members for VoxelMapInstancing, including inherited members.
- spacing : real
- voxelCountX : int
- voxelCountY : int
- voxelCountZ : int
- voxelSize : real
- void commit()
- void fillBox(int cx, int cy, int cz, int width, int height, int depth, list colorDistribution, real noiseFactor)
- void fillCylinder(int cx, int cy, int cz, int r, int height, list colorDistribution, real noiseFactor)
- void fillSphere(int cx, int cy, int cz, int r, list colorDistribution, real noiseFactor)
- bool loadFromFile(string path)
- bool saveToFile(string path)
- void setVoxel(int x, int y, int z, color color)
- color voxel(int x, int y, int z)