m-r-davari / flutter_3d_controller

The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
https://pub.dev/packages/flutter_3d_controller
MIT License
107 stars 14 forks source link

is it possible to add decorations? #3

Closed illusionGeorge closed 9 months ago

illusionGeorge commented 9 months ago

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

m-r-davari commented 9 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 9 months ago

ok.Thanks