Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekshao committed Aug 8, 2016
1 parent a923476 commit c677d4f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions examples/effects_clipping_caps_axis_aligned.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
z: 1
};

var t = {x: 0, y: 0, z:0};
var s = {x: 1, y: 1, z:1};

var clips = [
// Left
{
Expand Down Expand Up @@ -166,15 +163,15 @@
{
type: "translate",
id: "capBoxTranslate",
x: t.x,
y: t.y,
z: t.z,
x: 0,
y: 0,
z: 0,

nodes: [
{
type: "scale",
id: "capBoxScale",
x: s.x, y: s.y, z: s.z,
x: 1, y: 1, z: 1,

nodes: [
{
Expand Down

0 comments on commit c677d4f

Please sign in to comment.