Skip to content

Commit

Permalink
Merge pull request #1 from der-On/patch-1
Browse files Browse the repository at this point in the history
added getters for renderer and scene
  • Loading branch information
AVGP committed Jan 3, 2015
2 parents bb2ccc2 + a89ead4 commit b47d110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion world.js
Expand Up @@ -60,7 +60,9 @@ var World = (function() {
}

self.getCamera = function() { return camera; };

self.getRenderer = function() { return renderer; };
self.getScene = function() { return scene; };

return self;
})();

Expand Down

0 comments on commit b47d110

Please sign in to comment.