three_dart
three_dart copied to clipboard
Asset to Mesh
Is it possible to convert an asset like a glb or obj file into meshes? Like the import of blender.
https://github.com/wasabia/three_dart/blob/main/example/lib/webgl_loader_obj.dart
use Obj Loader or gltf Loader, only support gltf, not support glb
but then can i select portions of renderer object?
Obj import of a blender file is working. You can search thru the object children to find specific parts of the object. Hope this answers your question. Feel free to open a new issue if you have any problems.