flutter_cube icon indicating copy to clipboard operation
flutter_cube copied to clipboard

How to save .obj file from composed scene/how to get list of verticies?

Open danPyk opened this issue 2 years ago • 0 comments

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.

danPyk avatar Sep 06 '22 09:09 danPyk