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

How do i rotate voxel #35

Open KylaCpper opened 4 years ago

KylaCpper commented 4 years ago

I am making a program to generate voxel terrain How to rotate textured blocks Like the logs in minecraft, they can be placed in different rotations with different angles

ClarkThyLord commented 4 years ago

Hadn't even thought of this, you can't do this as of now, unless you create diffrent voxels of each orientation, which doesn't sound practicle. It's definitely a good idea to implement a voxel orientation sytem though, I'm reworking the plugin right now, so I'll see if I can cook something up.

ClarkThyLord commented 4 years ago

you'll be able to see progress #36

KylaCpper commented 4 years ago

Thank you

me2beats commented 3 years ago

I think it would also be useful to be able to rotate a voxel sides colors in voxelset editor