reddag / jsc3d

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

definition very low with stl #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Hi, I try set resolution to high, and rendermode to smooth but I still see it 
as in low res mode. It is also a little blurry

What is the expected output? What do you see instead?

I´d like a definition compared to the BMW file in the demos, when using high 
definition

What version of the product are you using? On what operating system?
latest. linux

Please provide any additional information below.

Please this is a development for a commercial startup. I need urgent help with 
this.
Thanks

Original issue reported on code.google.com by 3do...@gmail.com on 1 Feb 2014 at 2:37

Attachments:

GoogleCodeExporter commented 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