You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a simple way to add larger cube-based structures to it? So far I could only insert them with the same proportions as a regular cube on the demo. Is there a built-in way to scale? If not, how would one go from a large mesh to an instantiated structure on the voxel library with the correct scale?
The text was updated successfully, but these errors were encountered:
Actually managed to scale using MagicaVoxel. However it still only recognizes it as one standard-sized voxel when it comes to collisions and selectable area. Is there any way to auto-size them?
If you want a voxel to be larger than other voxels, either make it composed of multiple voxels, or you have to use another node with scale (in which case it's on you to make sure overlapping issues are not a problem).
See also Zylann/godot_voxel#277
Is there a simple way to add larger cube-based structures to it? So far I could only insert them with the same proportions as a regular cube on the demo. Is there a built-in way to scale? If not, how would one go from a large mesh to an instantiated structure on the voxel library with the correct scale?
The text was updated successfully, but these errors were encountered: