margelo / react-native-filament

🐧 A real-time physically based 3D rendering engine for React Native
https://margelo.github.io/react-native-filament/
MIT License
952 stars 17 forks source link

feat: add `<DefaultLight />` component #217

Closed hannojg closed 3 months ago

hannojg commented 3 months ago

We now ship a default ibl file so users can easily setup light in their scenes.

To skip shipping the IBL file add

$RNFExcludeAssets = true

at the top of your pod file, for android add

RNF_excludeAssets=true

to your android/gradle.properties