Skip to content

Commit

Permalink
delete uLook in custom clipping shader
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekshao committed Aug 11, 2016
1 parent 58fe590 commit d24fddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions api/latest/plugins/node/postprocess/clippingCap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ SceneJS.Types.addType("postprocess/clippingCap", {

var frontClippingFS = [
"precision highp float;\n",
"uniform vec3 SCENEJS_uWorldEye;\n",
"uniform vec3 SCENEJS_uWorldLook;\n"
"uniform vec3 SCENEJS_uWorldEye;\n"
];


Expand Down
3 changes: 1 addition & 2 deletions src/plugins/node/postprocess/clippingCap.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ SceneJS.Types.addType("postprocess/clippingCap", {

var frontClippingFS = [
"precision highp float;\n",
"uniform vec3 SCENEJS_uWorldEye;\n",
"uniform vec3 SCENEJS_uWorldLook;\n"
"uniform vec3 SCENEJS_uWorldEye;\n"
];


Expand Down

0 comments on commit d24fddf

Please sign in to comment.