colah / implicitcad.org

Website for ImplicitCAD
www.implicitcad.org
GNU Affero General Public License v3.0
10 stars 5 forks source link

Antialias Online Editor Preview #14

Open deckar01 opened 6 years ago

deckar01 commented 6 years ago

Pass {antialias: true} to THREE.WebGLRenderer() to improve the edge quality dramatically.

Before:

screen shot 2017-09-01 at 2 03 54 pm

After:

screen shot 2017-09-01 at 2 05 22 pm

Performance:

My 2011 Macbook Air did not show any signs of performance degradation with antialiasing enabled. System temperatures and frame rate remained unchanged.

deckar01 commented 6 years ago

https://github.com/colah/implicitcad.org/blob/b26e2260/app/assets/javascripts/stl_viewer.coffee#L54

julialongtin commented 6 years ago

I'll take a loot at performance the next time I'm at HacDC, which should be thursday. we have some quite less performant laptops that i teach implicitcad with. :)