Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How would you add large structures to it? #83

Open
JoseETeixeira opened this issue Jun 8, 2021 · 2 comments
Open

How would you add large structures to it? #83

JoseETeixeira opened this issue Jun 8, 2021 · 2 comments

Comments

@JoseETeixeira
Copy link

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?

@JoseETeixeira
Copy link
Author

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?

@Zylann
Copy link
Owner

Zylann commented Jun 11, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants