Closed nirmal-kc closed 7 months ago
Also, can you explain how the textures are loaded in your example? I believe the samples are created using Babylon. Correct me if wrong.
its better to use embedded texture models, and for dynamic texture/variant your model must support that... if you are familiar with 3d models you can check this model to see how to create models with multiple variants.
But, does this package support dynamic texture/variant option? My model does support it, but is there an API I can refer to? To fetch and load dynamic materials?
I have a simple sofa with white background in my .glb file. I want to change the fabric based on the option selected by the user, I have url's for the fabric images. Is this possible?