Replies: 1 comment 4 replies
-
Hi, this can potentially be added to public API given 3D API is still very much in development. Can you provide some example code related to what should be possible through public API and I'll take a look. Thanks. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community,
I'm doing some experiment trying to animate a 3D model, I made some progress but the animation is still not so smooth, one of the problems is that the vertices need to be updated for the animation to happen but the 3D model has only vertices getter but no way to ser them, so you need to use a for to update one by one and that's just not optimum, I thought of editing the mesh vertices to have a better result but the method that returns the 3d meshes always gives me an empty list, is there any workaround to get the meshes or to set a a full list to the 3d model vertices?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions