SceneView / sceneview-android

SceneView is a 3D and AR Android Composable and View with Google Filament and ARCore. This is a Sceneform replacement in Kotlin
Apache License 2.0
815 stars 159 forks source link

Removed flatbuffers and code related to loading models in Sceneform format #477

Closed grassydragon closed 4 months ago

grassydragon commented 4 months ago

Closes #172

grassydragon commented 4 months ago

I've only tested the model-viewer and ar-model-viewer samples so I should also check if the ViewNode still works. As far as I know there aren't any dependencies on the removed code.

ThomasGorisse commented 4 months ago

If you don't mind confirming the old ViewNode (not ViewNode2) is still working, that would be perfect.

ThomasGorisse commented 4 months ago

I also made the check on my side with a bunch of Nodes including the ViewNode and confirm everything is working fine. Thanks for making it @grassydragon

grassydragon commented 4 months ago

Thank you! I didn't find the time to test it yesterday 😅