How does TransformManager work #7376
Replies: 1 comment 1 reply
-
All the transforms are applied to the vertices on the GPU. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used filament on Android and found that TransformManager is really easy to use, really curious about how it implemented. And wanna know whether the transformmanager do transform in CPU or GPU, and if it do the transform in CPU,what is the advantage and disadvantage of using TransformManager and passing vertex data into vertex shader and do rotation or move using matrix multiplication. Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions