tilt maze

This commit is contained in:
James B. Pollack 2016-02-23 11:48:25 -08:00
parent 19ce178791
commit 5ed8fc534c

View file

@ -91,7 +91,6 @@ var SCALE= 0.5
var finalOffset = Vec3.sum(vertical, Vec3.multiply(right, BALL_RIGHT_OFFSET));
finalOffset = Vec3.sum(finalOffset, Vec3.multiply(front, BALL_FORWARD_OFFSET));
var location = Vec3.sum(mazeProps.position, finalOffset);
// print('BALL START LOCATION:: ' + JSON.stringify(location))
return location;
},
createBall: function() {