提交 5875fc99 编写于 作者: A alteredq

Also for doubleSided stress test sorting helps.

上级 8f2b9915
......@@ -226,8 +226,6 @@
renderer.gammaOutput = true;
renderer.physicallyBasedShading = true;
renderer.sortObjects = true;
// STATS
stats = new Stats();
......
......@@ -116,7 +116,6 @@
renderer = new THREE.WebGLRenderer( { clearColor: 0x050505, clearAlpha: 1, antialias: FANCY } );
renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
renderer.sortObjects = false;
renderer.gammaInput = true;
renderer.gammaOutput = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册