jsc3d icon indicating copy to clipboard operation
jsc3d copied to clipboard

Display error with strange face

Open GoogleCodeExporter opened this issue 11 years ago • 5 comments

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:

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter

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

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter

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:

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter

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

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter

Great, I'm looking forward to

Original comment by [email protected] on 9 Sep 2014 at 3:22

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter

Hi, the next version was out yet?

Original comment by [email protected] on 23 Sep 2014 at 9:11

GoogleCodeExporter avatar Apr 09 '15 16:04 GoogleCodeExporter