RobertoMalatesta / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 0 forks source link

Display error with strange face #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 fabien...@gmail.com on 8 Sep 2014 at 4:28

Attachments:

GoogleCodeExporter commented 9 years ago
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 Humu2...@gmail.com on 8 Sep 2014 at 1:33

GoogleCodeExporter commented 9 years ago
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 fabien...@gmail.com on 9 Sep 2014 at 1:45

Attachments:

GoogleCodeExporter commented 9 years ago
Just in a few days, I hope. It will be a plugin module like that for WebGL or 
multi-touch support.

Original comment by Humu2...@gmail.com on 9 Sep 2014 at 3:20

GoogleCodeExporter commented 9 years ago
Great, I'm looking forward to

Original comment by fabien...@gmail.com on 9 Sep 2014 at 3:22

GoogleCodeExporter commented 9 years ago
Hi, the next version was out yet?

Original comment by fabien...@gmail.com on 23 Sep 2014 at 9:11