ClarkThyLord / Voxel-Core

Voxel plugin for the Godot game engine!
https://godotengine.org/asset-library/asset/465
MIT License
454 stars 28 forks source link

VoxelLayeredMesh #11

Closed ClarkThyLord closed 3 years ago

ClarkThyLord commented 5 years ago

VoxelObject which is composed of n layers.

ClarkThyLord commented 4 years ago

each layer should be able to have its own material

ClarkThyLord commented 3 years ago

VoxelLayeredMesh was originally thought of as a VoxelObject that allowed users to define their own persistent Material for a group of voxels. That being said, VoxelSet materials have allowed for this and more, which is why I think that VoxelLayeredMesh is obsolete, which is why I have decided to deprecate it.