This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var PLANE_MAX_HEIGHT = 500.0; | |
var METER = 1.0 / TREE_SCALE; | |
var ORB_METERS = 8; | |
var ORB_UNITS = ORB_METERS * METER; | |
var orbHeight = 200 * METER; | |
var lastOrbPosition = { x: 256 * METER, y: 256 * METER}; |