Open GoogleCodeExporter opened 9 years ago
Thanks for reporting this issue! I think it is relevant to the calculation of
the progress bar, where there's a misuse of the relative coords as the absolute
coords.
This has been fixed. You can get the latest jsc3d.js from the repository. It
would work correctly now.
Original comment by Humu2...@gmail.com
on 14 May 2014 at 7:04
By the way, the demo looks nice! Yet you may notice some unpleasant dark edges
on the render result. This is caused by unnecessary averaging in vertex normal
calculation. It can be prevented by explicitly setting a crease angle to
preserve the sharp edges. Just add a single line before initialization of the
viewer:
viewer.setParameter('CreaseAngle', 30);
and it will be ok. The parameter 'CreaseAngle' is documented here:
http://code.google.com/p/jsc3d/w/edit/CreaseAngle.
Original comment by Humu2...@gmail.com
on 14 May 2014 at 7:26
Original issue reported on code.google.com by
frolov.a...@gmail.com
on 14 May 2014 at 12:04