How to load texture in Sweet Home 3D JS?
by maestro88 » Sat Sep 12, 2020 3:19 pm
Can you even load textures and then change the floor and wall with them?
I am loading a texture using a property.
Code: Select all
applicationParams.texturesCatalogURLs = ['/textures/Contributions.sh3t'];
And then I transfer in
Code: Select all
new SweetHome3DJSApplication(applicationParams)
And textures still don't appear in the editor
Do tell me what am i doing wrong?