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
109 stars 15 forks source link

Fetaure like DecalGemoetry of three.js #17

Closed vraj129 closed 5 months ago

vraj129 commented 5 months ago

This is not an issue but wanted to know if this feature gives a capability like three.js DecalGeometry where in we can customize each mesh of the glb model

m-r-davari commented 5 months ago

Very good Idea, Maybe we can add three.js in our package to support this kind of features. Currently the core of this package is modelViewer and I'm not sure it can support feature like that. If you can make improvements and add this feature to package, please do not hesitate to make PR.