flutter_cube
flutter_cube copied to clipboard
How to save .obj file from composed scene/how to get list of verticies?
I'm composing a scene with a few .obj files and I'm wondering how to store it. The first thing on which I looked was the list of vertices - and I can't get it from the library. It would seem that it should be accessible from scene.world.mesh.vertices, but it's empty.