Added forgotten texture. Disabled browser-based antialiasing.

This commit is contained in:
alteredq
2011-10-12 03:40:41 +02:00
parent 3ce8fbb3b6
commit 4f7fe37a70
3 changed files with 7 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

+6
View File
@@ -0,0 +1,6 @@
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/
+1 -1
View 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 )