princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.16k stars 431 forks source link

is using infinigen to create complex scene for game development right scenario? #197

Open weiminw opened 4 months ago

weiminw commented 4 months ago

can i use this tool create a game scene and import to unity as asset. and can i use this scene mesh as base for game development?

PatchByte commented 4 months ago

you could in the theory, but in practice this is quite hard. You would need to tell inifnigen to generate a highpoly landscape without any optimization (low poly for what is not being seen). And then you would need to open the blender file and extract the landscape.

This sounds really simple, but is quite hard to pull off. Let us know if you are successful and how!

weiminw commented 4 months ago

that means for now, this project is currently only suitable for generating 3D images and videos, right?

PatchByte commented 4 months ago

yeah kinda, and kinda not, you can still generate standalone assets very easily