temyco / sceneform-dynamic-textures-sample

Sample project that demonstrates how to dynamically load textures using Sceneform.
28 stars 8 forks source link

How to change Textures of .obj model which is loaded from server side? #3

Open pinvisible opened 5 years ago

pinvisible commented 5 years ago

Hi Team,

Thanks for great example. It really works fine.

We have a requirement as below. i. Download .obj / .gltf file from server side ii. Place it on Plane iii. Apply PBR Textures (I have PBR textures along with Normal, Roughtness, Metalness and Diffuse map as separate jpeg files.)

What i did... 1) I can successfully load .gltf file from server and place it on plane. But applying different texture is not working. 2) sceneform-dynamic-textures-sample is working fine with static .obj 3D model. Can you please help me to load .obj model runtime from server and apply textures?

chnouman commented 4 years ago

@pinvisible have you found any solution for this?