vue-3d-model
vue-3d-model copied to clipboard
Animation
支持模型动画吗?什么时候可以支持呢?
这个功能在TODO Lisi里,不过比较麻烦,不同格式的模型的动画处理方式差别太大,暂时放一放。
https://hujiulong.github.io/vue-3d-model/static/models/json/Map-COL.jpg 这张图是怎么制作出来的呢
Hello!
Is there an update for when you the animation feature will be released? Thanks!
Specifically, I'd like to animate OBJ rotating the object in a perfect circle. Exactly like the mode-tag example seen here: https://jmp.sh/wlEELyn
Could you please help/offer a suggestion on how I could achieve this result?
@mrkylemac You can rotate the model by updating rotation option. https://hujiulong.github.io/vue-3d-model/#/demo-rotate
Oh great, this is perfect! I totally missed this.
Thanks for the response @hujiulong ...
@hujiulong, any update of the progress implementing animations? 😄 Thanks
@creazy231 The animation of different formats of models can not be handled in a unified way, which is troublesome to do. 😭
@hujiulong, We use a modified version of your plugin on our website market.chainbreakers.io and some of our weapons have animations. Do you thinks it's possible to support animations for gltf / glb files in a foreseeable future? (:
@creazy231 gltf model animation is easier to implement, I will consider supporting gltf model animation, but I am busy at this time, so it may take a long time.