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

how to implement new creature with different nurbs_data? #202

Closed Guanxy-baolitu closed 3 months ago

Guanxy-baolitu commented 3 months ago

Hi, I have read ImplementingAssets.md, and found no description of how to implement a new creature. To be specific, how to use genome structure and a different nurbs_data/.npy file, to generate completely different creatures(maybe a monster). Would you please help to share the procedure to produce these body part data? Is there any blender modeling projects, and scripts for .npy writing? I am particularly curious about the specific production methods of npy files. Thanks a lot!