Open GoogleCodeExporter opened 9 years ago
It seems peculiar. Did you applied css zooming or page zooming on the canvas
element? Make sure the canvas's inner dimensions are equal to its display
dimensions. Otherwise your browser will perform auto scalings that degrade the
image quality.
By the way, I noticed there are unpleasant jagged effects on model surface. Try
to set an appropriate crease angle on the initialization stage to remove these
wrong shadings and make the output better:
...
viewer.setParameter('CreaseAngle', 30);
...
See http://code.google.com/p/jsc3d/wiki/StartupParameters#CreaseAngle for
technical details of this.
Original comment by Humu2...@gmail.com
on 2 Feb 2014 at 4:13
Original issue reported on code.google.com by
3do...@gmail.com
on 1 Feb 2014 at 2:37Attachments: