Instance of several geometries #1152
Unanswered
TeoAvignon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's imagine I have a tree which is combination of a trunk and the leaves. We could represents it very simply with a box geometry and a sphere on it. I would like to instanciate this tree (something like 100,000 times).
Please could you tell me how to proceed?
I can easily create
Instancedwith aBox, but I do not know how to add theSphereabove it.Btw, I could like to be able to manage independantly the trunk and the leaves according to each instance.
Beta Was this translation helpful? Give feedback.
All reactions