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

[REQUEST] Terrain Mesh Export #91

Open
rahul1 opened this issue Jul 5, 2023 · 1 comment
Open

[REQUEST] Terrain Mesh Export #91

rahul1 opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rahul1
Copy link

rahul1 commented Jul 5, 2023

I really love this project, and I see so many exciting applications. While I understand that your primary use case is for computer vision, I think there are a lot of people who would be excited to use this tool for game development as well. I think you guys have found the right level of abstraction, and using Blender nodes is inspired.

As I understand it, right now infinigen re-meshes the terrain from an SDF every frame. It would be really helpful if there was an option to mesh the terrain once (at a given resolution) and then export it as a mesh.

@araistrick araistrick added the enhancement New feature or request label Jul 6, 2023
@mazeyu
Copy link
Contributor

mazeyu commented Jul 6, 2023

Though the current system does not support camera-based pixel-size single mesh, you can use the mesh after the first 2 tasks (i.e., coarse and populate) are finished. And you can modify https://github.com/princeton-vl/infinigen/blob/main/worldgen/terrain/mesher/uniform_mesher.py#L29 (increase 64) to increase the resolution of the mesh (in that case it is no longer “coarse”, just uniform). You can open the .blend file to export it. And CUDA is suggested for high resolution.

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

No branches or pull requests

3 participants