m-r-davari / flutter_3d_controller

A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera.
https://pub.dev/packages/flutter_3d_controller
MIT License
78 stars 8 forks source link

is it possible to add decorations? #3

Closed illusionGeorge closed 5 months ago

illusionGeorge commented 5 months ago

ls it possible ike 3d avatar to let model change clothes hair or glasses .....???

m-r-davari commented 5 months ago

Hi,

For now, if your 3D model supports different embedded textures/variants, you can easily switch between them. For example, if you have a 3D character model with different embedded variants for the clothes, you can select between the variants. You can check the example to see how it works.

But the feature you mentioned is a great improvement. I will check to find a way to implement it if it's possible. Thanks

illusionGeorge commented 5 months ago

ok.Thanks