When using Sketchfab models, is it possible to to move individual parts of a model? E.g an arm for a 3d person model, etc... Also the same for applying physics to a 3d model. E.g collision detection (person bumps into something) etc...
I looked through their API documentation and it looks like the 3D models are just embedded on the app with an <iframe></iframe>
tag. It looks like it is just a 3D model that is served through an API and embedded in an iframe, so not sure if I would have total control like this.
If this is the case, does anyone know where I can get 3D models that are customizable with things such as physics and individual part movements?