You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with React Native Filament and want to know if it is possible to export a 3D model as a .glb file after modifying its materials within the application. If so, could you please guide me on how to perform this export while retaining the material changes? Are there any specific methods or limitations I should be aware of?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
jfalih
changed the title
Can i export as glb after change materials?
Can i export as glb after changing materials?
Jan 19, 2025
No thats not possible with the current API yet. I am not even sure if filament by itself supports it.
I'd recommend going over to the google/filament repo, and find an issue / PR or in the code to see if its possible.
If it is you can make a PR to add it to react-native-filament 👍
I've been using Babylon.js so far and am looking for an alternative. I usually use modular .glb files to create avatars. Does React Native Filament support this? For example combination: hair_01.glb, body_01.glb, shirt_02.glb.
I am working with React Native Filament and want to know if it is possible to export a 3D model as a .glb file after modifying its materials within the application. If so, could you please guide me on how to perform this export while retaining the material changes? Are there any specific methods or limitations I should be aware of?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: