three_dart icon indicating copy to clipboard operation
three_dart copied to clipboard

Asset to Mesh

Open SerJoG opened this issue 2 years ago • 2 comments

Is it possible to convert an asset like a glb or obj file into meshes? Like the import of blender.

SerJoG avatar Sep 21 '22 11:09 SerJoG

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

wasabia avatar Sep 21 '22 12:09 wasabia

but then can i select portions of renderer object?

SerJoG avatar Sep 21 '22 20:09 SerJoG

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.

mark-nicepants avatar Oct 17 '22 10:10 mark-nicepants