Skip to content

Commit

Permalink
remove remnants of WebGLShaderPreProcessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Feb 24, 2016
1 parent 7fb2830 commit 1fb11ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderers/webgl/WebGLProgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ THREE.WebGLProgram = ( function () {
var vertexGlsl = prefixVertex + vertexShader;
var fragmentGlsl = prefixFragment + fragmentShader;

vertexGlsl = THREE.WebGLShaderPreProcessor.compile( vertexGlsl );
fragmentGlsl = THREE.WebGLShaderPreProcessor.compile( fragmentGlsl );
// console.log( '*VERTEX*', vertexGlsl );
// console.log( '*FRAGMENT*', fragmentGlsl );

Expand Down

0 comments on commit 1fb11ae

Please sign in to comment.