On my macbook pro with Chrome, the antialias works well.
However on my iphone6s with Chrome or Safari, it doesn't work anymore with the same code.
On my macbook pro with Chrome, the antialias works well.
However on my iphone6s with Chrome or Safari, it doesn't work anymore with the same code.
Have you set the pixelratio?
renderer.setPixelRatio(window.devicePixelRatio);
renderer.setSize(window.innerWidth, window.innerHeight);