jsc3d
jsc3d copied to clipboard
Display error with strange face
I draw model in SketchUp (I use "Shapes" and "Push/Pull" tools). But when I
preview with jsc3d, appearing strangers face. I try upload to sketchfab, it's
ok.
You can see this attach, and OBJ file.
Help me, please
Original issue reported on code.google.com by [email protected] on 8 Sep 2014 at 4:28
Attachments:
I think there are concave polygons
(http://en.wikipedia.org/wiki/Convex_and_concave_polygons) in the obj model,
which cannot be properly triangulated with simple triangulation algorithm
currently adopted by Jsc3d. Does SketchUp's obj exporter have any option to
force the output to be convex polygons or triangles only?
I'm just looking for a good triangulation library that can be easily
integerated into Jsc3d. This feature is definitely to appear in next release.
Original comment by [email protected] on 8 Sep 2014 at 1:33
I try check triangulate all faces when export OBJ file, it's work. Thank you.
However, I'm not sure the other model are compatible. What time to next version
will be release?
Original comment by [email protected] on 9 Sep 2014 at 1:45
Attachments:
Just in a few days, I hope. It will be a plugin module like that for WebGL or
multi-touch support.
Original comment by [email protected] on 9 Sep 2014 at 3:20