标签: canvas three.js webgl
使用three.js我渲染了3D模型,渲染模型中没有抗锯齿问题,但是当我调用时:
renderer.domElement.toDataURL();
它返回一个像素化的图像网址。
Here is a fiddle ,证明了这个问题。