infinigen icon indicating copy to clipboard operation
infinigen copied to clipboard

Logging parameters for tree generation

Open Ala1s opened this issue 7 months ago • 1 comments

Hi! Thanks for developing such a good tool! I am using it for my research project and tried to find answers myself, but with some of the questions I am at the end of my wits :(

  1. what is the attribute "level" influences during the generation of the tree, in https://github.com/princeton-vl/infinigen/blob/main/infinigen/assets/objects/trees/README.md its mentioned that its used to avoid placing twigs with leaves on the trunk. Do I understand correctly then that the twigs with leaves are attached only to points with the maximum "level" value in the whole tree? Does the "level" influence anything else besides that, like geometry or textures?
  2. I can't find in the code the place where the twigs are being instantiated and attached to the tree, can you point me to the right file and maybe line? Is it possible to somehow access the position and rotation of each individual twig in the code so that I can log them?
  3. Is it planned to fix this bug #214 anytime soon? Is it known what was the latest release that doesn't have this bug?

Ala1s avatar Jul 11 '24 22:07 Ala1s