Hi everyone
When I try to load the model with binary .ply format, MDLAsset can’t read the data as binary
(I tried debugging and checking the buffer but I didn’t see any data)
But when I change the model to ASCII format then model display normally.
If you know the reason, please tell me how to fix it. Thank you
Post
Replies
Boosts
Views
Activity
I'm trying to calculate that the rotation becomes smoother when rotating the model, their movement from fast to slow steadily.
I read the documentation and found it related to calculating Angular Speed and Angular Acceleration.
Has anyone done it before can share me how to do it in metal ?
Something like example here: https://threejs.org/examples/?q=rotation#misc_controls_arcball
Thanks all.