diff options
author | Aleric Inglewood | 2010-09-28 03:06:39 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-10-01 20:38:10 -0700 |
commit | cf47ba8754b6a8928efed885913ccbca5fad77a8 (patch) | |
tree | d96308e9acaa6e3dfc2f2463ba0912e7a3abdba9 /linden/indra/llmath/llcamera.h | |
parent | RED-554: SNOW-623: Add support for boost 1.42 (diff) | |
download | meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.zip meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.gz meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.bz2 meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.xz |
RED-556: SNOW-800: Massively duplicated objects
See http://redmine.imprudenceviewer.org/issues/556
Diffstat (limited to 'linden/indra/llmath/llcamera.h')
-rw-r--r-- | linden/indra/llmath/llcamera.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linden/indra/llmath/llcamera.h b/linden/indra/llmath/llcamera.h index 23ee115..85b93df 100644 --- a/linden/indra/llmath/llcamera.h +++ b/linden/indra/llmath/llcamera.h | |||
@@ -56,15 +56,6 @@ const F32 MIN_FAR_PLANE = 0.2f; | |||
56 | static const F32 MIN_FIELD_OF_VIEW = 5.0f * DEG_TO_RAD; | 56 | static const F32 MIN_FIELD_OF_VIEW = 5.0f * DEG_TO_RAD; |
57 | static const F32 MAX_FIELD_OF_VIEW = 175.f * DEG_TO_RAD; | 57 | static const F32 MAX_FIELD_OF_VIEW = 175.f * DEG_TO_RAD; |
58 | 58 | ||
59 | static const LLVector3 X_AXIS(1.f,0.f,0.f); | ||
60 | static const LLVector3 Y_AXIS(0.f,1.f,0.f); | ||
61 | static const LLVector3 Z_AXIS(0.f,0.f,1.f); | ||
62 | |||
63 | static const LLVector3 NEG_X_AXIS(-1.f,0.f,0.f); | ||
64 | static const LLVector3 NEG_Y_AXIS(0.f,-1.f,0.f); | ||
65 | static const LLVector3 NEG_Z_AXIS(0.f,0.f,-1.f); | ||
66 | |||
67 | |||
68 | // An LLCamera is an LLCoorFrame with a view frustum. | 59 | // An LLCamera is an LLCoorFrame with a view frustum. |
69 | // This means that it has several methods for moving it around | 60 | // This means that it has several methods for moving it around |
70 | // that are inherited from the LLCoordFrame() class : | 61 | // that are inherited from the LLCoordFrame() class : |