Skip to content

Commit

Permalink
Snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Sep 22, 2016
1 parent ce54806 commit ab9676d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/latest/plugins/node/cameras/pickFlyOrbit.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ require([
canvas.addEventListener('DOMMouseScroll', mouseWheel, true);

function pick(canvasX, canvasY) {
scene.pick(canvasX, canvasY, { rayPick: true });
scene.pick({ canvasPos :[canvasX, canvasY], rayPick: true });
}

var scene = this.getScene();
Expand Down
2 changes: 1 addition & 1 deletion api/latest/scenejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A WebGL-based 3D scene graph from xeoLabs
* http://scenejs.org/
*
* Built on 2016-09-15
* Built on 2016-09-22
*
* MIT License
* Copyright 2016, Lindsay Kay
Expand Down
2 changes: 1 addition & 1 deletion api/latest/scenejs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab9676d

Please sign in to comment.