expo / expo-three

Utilities for using THREE.js on Expo
MIT License
712 stars 87 forks source link

Where can i find all properties or configurations of expo-three #243

Open Ayzekberk opened 2 years ago

Ayzekberk commented 2 years ago

Where can i find all properties or configurations of expo-three. Because all the examples of AR usage of expo-three is depreciated. For example;

I want to set scene.background = ExpoTHREE.createARBackgroundTexture(arSession, renderer); but i couldn't find relevant equivalent class of that in nowhere