mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
working paralax (not for zoom)
This commit is contained in:
parent
357ef181d9
commit
85867f92af
10 changed files with 117 additions and 15 deletions
|
|
@ -64,7 +64,7 @@ function (Abstract, DomController, Settings, Exception, Nc) {
|
|||
AbstractView.prototype.setMe = function(player) {
|
||||
this.me = player;
|
||||
};
|
||||
|
||||
/*
|
||||
AbstractView.prototype.calculateCameraPosition = function() {
|
||||
var reference = this.me.getPosition();
|
||||
var pos = {};
|
||||
|
|
@ -80,7 +80,7 @@ function (Abstract, DomController, Settings, Exception, Nc) {
|
|||
|
||||
return pos;
|
||||
};
|
||||
|
||||
*/
|
||||
AbstractView.prototype.onFullscreenChange = function(isFullScreen) {
|
||||
|
||||
if (!isFullScreen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue