Skip to content

Commit

Permalink
Fixed erroneous ref to glMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Sep 22, 2016
1 parent 2161f8b commit 0a88878
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion api/latest/scenejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18147,7 +18147,8 @@ SceneJS_Display.prototype._logPickList = function () {
var localRayDir = SceneJS_math_vec3();
var pickViewMatrix = SceneJS_math_mat4();
var pickProjMatrix = SceneJS_math_mat4();
mat4.frustum(pickProjMatrix, -1, 1, -1, 1, 0.1, 10000);

SceneJS_math_frustumMatrix4 (-1, 1, -1, 1, 0.1, 10000, pickProjMatrix);

var a = SceneJS_math_vec3();
var b = SceneJS_math_vec3();
Expand Down
Loading

0 comments on commit 0a88878

Please sign in to comment.