javascript Programming Glossary: this.yview
HTML5 Canvas camera/viewport - how to actally do it? http://stackoverflow.com/questions/16919601/html5-canvas-camera-viewport-how-to-actally-do-it position of camera left top coordinate this.xView xView 0 this.yView yView 0 distance from followed object to border before camera.. viewport this.viewportRect new Game.Rectangle this.xView this.yView this.wView this.hView rectangle that represents the world's.. axis based on followed object position if this.followed.y this.yView this.yDeadZone this.hView this.yView this.followed.y this.hView..
|