提交 4f7fe37a 编写于 作者: A alteredq

Added forgotten texture. Disabled browser-based antialiasing.

上级 3ce8fbb3
Textures from http://subtlepatterns.com/
Slightly modified to have more GPU friendly sizes.
Licensed under a Creative Commons Attribution 3.0 Unported License:
http://creativecommons.org/licenses/by/3.0/
\ No newline at end of file
......@@ -375,7 +375,7 @@
// RENDERER
renderer = new THREE.WebGLRenderer( { clearColor: 0x00aaff, clearAlpha: 1, antialias: true } );
renderer = new THREE.WebGLRenderer( { clearColor: 0x00aaff, clearAlpha: 1, antialias: false } );
renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
if ( scene.fog )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册