diff options
author | Kris Kowal | 2012-07-06 11:52:06 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch) | |
tree | 8f0f55557bd0c47a84e49c1977c950645d284607 /js/models/properties-3d.js | |
parent | aedd14b18695d031f695d27dfbd94df5614495bb (diff) | |
download | ninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz |
Expand tabs
Diffstat (limited to 'js/models/properties-3d.js')
-rwxr-xr-x | js/models/properties-3d.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/models/properties-3d.js b/js/models/properties-3d.js index 98cc03b3..96c749b8 100755 --- a/js/models/properties-3d.js +++ b/js/models/properties-3d.js | |||
@@ -43,7 +43,7 @@ exports.Properties3D = Montage.create(Component, { | |||
43 | m_endAzimuth : {value : 0, enumerable: true}, | 43 | m_endAzimuth : {value : 0, enumerable: true}, |
44 | m_endAltitude : {value : 0, enumerable: true}, | 44 | m_endAltitude : {value : 0, enumerable: true}, |
45 | 45 | ||
46 | _world : {value : null, enumerable:true}, // keep a referenceto the GLWorld (if any) | 46 | _world : {value : null, enumerable:true}, // keep a referenceto the GLWorld (if any) |
47 | 47 | ||
48 | // Keep track of 3d properties | 48 | // Keep track of 3d properties |
49 | matrix3d : {value : null, enumerable: true}, | 49 | matrix3d : {value : null, enumerable: true}, |
@@ -66,8 +66,8 @@ exports.Properties3D = Montage.create(Component, { | |||
66 | value : function(elt, isStage) { | 66 | value : function(elt, isStage) { |
67 | 67 | ||
68 | // this.m_upVector = [0,1,0]; | 68 | // this.m_upVector = [0,1,0]; |
69 | // this.m_viewDir = [0,0,1]; | 69 | // this.m_viewDir = [0,0,1]; |
70 | // this.m_endUpVector = [0,1,0]; | 70 | // this.m_endUpVector = [0,1,0]; |
71 | 71 | ||
72 | // this.m_targetPos = [0,0,0]; | 72 | // this.m_targetPos = [0,0,0]; |
73 | // this.m_objStartPos = [0,0,0]; | 73 | // this.m_objStartPos = [0,0,0]; |