Antialiasing not working in Three.js

The property name you are using in the argument object of the WebGLRenderer constructor is incorrect. According to the documentation,
the name of the property should be 'antialias', not 'antialiasing'.

I tested it in Google Chrome for Mac OS and there was a noticeable smoothing in the rendering of edges in a demo featuring a spinning cube.

Leave a Comment