Преглед изворни кода

Now that AsciiEffect also expects a renderer (like the other effects), these instructions are misleading...

Mr.doob пре 13 година
родитељ
комит
a1feea859b
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      examples/js/effects/AsciiEffect.js

+ 0 - 4
examples/js/effects/AsciiEffect.js

@@ -1,8 +1,6 @@
 /*
  * @author zz85 / https://github.com/zz85 
  *
- * Usage: Just replace your CanvasRenderer / WebGLRenderer with AsciiRenderer. The rest is magic.
- *
  * Ascii generation is based on http://www.nihilogic.dk/labs/jsascii/
  * Maybe more about this later with a blog post at http://lab4games.net/zz85/blog
  * 
@@ -239,8 +237,6 @@ THREE.AsciiEffect = function ( renderer, charSet, options ) {
 		// return oAscii;
 	}
 
-
 	// end modified asciifyImage block
-
 	
 };