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
85 stars 11 forks source link

Fetaure like DecalGemoetry of three.js #17

Closed vraj129 closed 3 months ago

vraj129 commented 4 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 3 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.