From 33dbf09005a35bc16320243e5c4f6343dec0ebb0 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 12 Dec 2011 12:54:57 +0000 Subject: [PATCH] updated version --- src/common/script_system/math.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/common/script_system/math.js b/src/common/script_system/math.js index 396c4d271..3e3604528 100644 --- a/src/common/script_system/math.js +++ b/src/common/script_system/math.js @@ -4281,13 +4281,6 @@ SpiderGL.Math.Quat.normalize$ = function (q) { return SpiderGL.Math.Quat.muls$(q, s); } -/*---------------------------------------------------------*/ - - - -// general -/*---------------------------------------------------------*/ - SpiderGL.Math.project = function (xyzw, modelViewProjectionMatrix, viewport, depthRange) { var v3 = SpiderGL.Math.Vec3; var m4 = SpiderGL.Math.Mat4; @@ -4326,4 +4319,3 @@ SpiderGL.Math.unproject = function (xyz, modelViewProjectionMatrixInverse, viewp return r; }; -/*---------------------------------------------------------*/