Skip to content

Commit

Permalink
Revert domino example tweaks made by mistake #298
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Jul 21, 2017
1 parent 3d0f16a commit d9e531a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/physics/domino/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ tramplin3.addTo(app);

const domino = new WHS.Box({
geometry: {
height: 18,
width: 3,
height: 8,
width: 1,
depth: 4
},

Expand All @@ -79,7 +79,7 @@ const domino = new WHS.Box({
],

material: new THREE.MeshPhongMaterial({
color: 0xfff111,
color: UTILS.$colors.mesh,
restitution: 0.5,
friction: 1
}),
Expand Down

0 comments on commit d9e531a

Please sign in to comment.