How does one export a 3D Studio animated model to OBJ format (if possible)? What will be the resulting file like? How would I read that?
From stackoverflow
-
No,
.objfiles do not support animation.You can check the
.objspecification for details of what it does support.You could potentially export one
.objper frame, but that would be cumbersome. Depending on the tools, it may be possible to export one.objper keyframe.zaratustra : I was -hoping- I had missed something. Thanks.
0 comments:
Post a Comment