princeton-vl / infinigen

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

[REQUEST] generate what i want #126

Closed leatherking closed 10 months ago

leatherking commented 10 months ago

Describe the feature you would like to see implemented

How about infinigen's free scalability. If I want to combine some existing elements into a new scene and control the weather, creature shape, environment layout, etc. in the scene, is there a way to do it?

araistrick commented 10 months ago

All of these are very possible! You can read through worldgen/generate.py and turn on/off various components as described in our Configuring Infinigen documentation. Weather, creature shape, environment layout are all directly controllable.

That said, the API for doing this is not yet 100% finalized, and I am hoping to revisit it in v1.1 on our roadmap