diff options
author | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:19 -0500 |
commit | b235c59d60472f818a9142c0886b95a0ff4191d7 (patch) | |
tree | d323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llviewercamera.h | |
parent | Second Life viewer sources 1.18.5.3 (diff) | |
download | meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2 meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz |
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewercamera.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewercamera.h b/linden/indra/newview/llviewercamera.h index a5b7b6f..5a655cb 100644 --- a/linden/indra/newview/llviewercamera.h +++ b/linden/indra/newview/llviewercamera.h | |||
@@ -47,6 +47,9 @@ const F32 OGL_TO_CFR_ROTATION[16] = { 0.f, 0.f, -1.f, 0.f, // -Z becomes X | |||
47 | 0.f, 1.f, 0.f, 0.f, // Y becomes Z | 47 | 0.f, 1.f, 0.f, 0.f, // Y becomes Z |
48 | 0.f, 0.f, 0.f, 1.f }; | 48 | 0.f, 0.f, 0.f, 1.f }; |
49 | 49 | ||
50 | const BOOL FOR_SELECTION = TRUE; | ||
51 | const BOOL NOT_FOR_SELECTION = FALSE; | ||
52 | |||
50 | class LLViewerCamera : public LLCamera | 53 | class LLViewerCamera : public LLCamera |
51 | { | 54 | { |
52 | public: | 55 | public: |