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 can I use the support for VoxelMesherBlocky with VoxelLodTerrain in the new version? #702

Open
wuxinfashi687 opened this issue Sep 12, 2024 · 3 comments
Labels

Comments

@wuxinfashi687
Copy link

In the update log for version 1.3, it says: "VoxelMesherBlocky can be used with VoxelLodTerrain. Basic support: meshes scale with LOD and LOD>1 chunks have extra geometry to reduce cracks between LODs." How should I proceed? Are there any examples or brief steps I can follow?

@MGilleronFJ
Copy link

MGilleronFJ commented Sep 12, 2024

It's the same as with VoxelTerrain. You assign the mesher in the mesher property of the terrain, setup its library, and use a generator that outputs blocky voxels in the TYPE channel.
However it currently doesn't support multiple materials, this is something pending to be implemented.

@FingertipsLeap
Copy link

FingertipsLeap commented Nov 10, 2024

In VoxelPodTerrain, I can use Graph to generate block terrain, but when I use scripts, I cannot achieve it. Is there a problem with this?

屏幕截图 2024-11-10 225557
屏幕截图 2024-11-10 231056

@Zylann
Copy link
Owner

Zylann commented Nov 10, 2024

@FingertipsLeap does 1 correspond to model 1 in your VoxelBlockyLibrary? Note that if you use VoxelBlockyTypeLibrary, model IDs should be looked up by name because their IDs are generated (and also it is experimental so unless you know what you're doing you should prefer VoxelBlockyLibrary). Otherwise, send a minimal project, because unless I list all the possible things you could have done wrong (which is time consuming and creating walls of text) I can't help further.
Also, please don't post in unrelated existing issues. While you're also using VoxelLodTerrain, your problem is different. You can also ask on Discord before posting an issue.

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

No branches or pull requests

4 participants