fullstackcoder

Results 4 comments of fullstackcoder

unexpected url problem is solved, ``` var expoAsset = new Expo.Asset({uri: textureUrl}); expoAsset.downloaded = true; var texture = new ExpoTHREE.loadAsync(expoAsset); ``` But Asset isn't getting MD5 hash and i'm getting...

@EvanBacon can you describe how to add video texture to a 3d object ?

I tried Video component from Expo but didn't worked!

I was working out to integrate video textures, but i left it incomplete because of the limitation of react native being single threaded!