Skip to content

Commit

Permalink
Merge pull request #946 from OpenGeoscience/camera-view-property
Browse files Browse the repository at this point in the history
Allow modifying the camera view property.
  • Loading branch information
manthey authored Nov 2, 2018
2 parents 0ba82ff + 32e4d12 commit a655dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ var camera = function (spec) {
set: function (view) {
mat4.copy(this._view, view);
this._update();
}
},
configurable: true
});

/**
Expand Down

0 comments on commit a655dc1

Please sign in to comment.