Change the transform of an entity inside of a filament instance #4127
Answered
by
romainguy
davidwarford
asked this question in
Q&A
-
Hello, I have a instanced filament made out of multiple entities, is it possible to change the transform of one of the entities? |
Beta Was this translation helpful? Give feedback.
Answered by
romainguy
Jun 11, 2021
Replies: 1 comment 4 replies
-
Each |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
davidwarford
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each
Entity
has its own transform, so yes. But you cannot set a transform on the primitives of a renderable entity. Anyway, you can useTransformManager
to set transforms on entities.