ClarkThyLord / Voxel-Core

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

Voxel Orientation #36

Open ClarkThyLord opened 4 years ago

ClarkThyLord commented 4 years ago

Implement a voxel orientation system to allow transform of voxels faces, much like grid map allows orientation per cell item.

ClarkThyLord commented 3 years ago

I have prototyped some systems, but I like nothing. I'll keep working on it.

Thinking of adding a hashmap to VoxelObjects storing the orientation of the voxel or using the last bits of the voxel id for a bit flag indicating its orientation