diff options
author | McCabe Maxsted | 2009-09-06 20:53:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-06 20:53:19 -0700 |
commit | ad45708178b7e014faad753fab00cd9cd58df5a7 (patch) | |
tree | 2c97e50254a8a95deedae0a556b4972954e1c81c /linden/indra/newview/llagent.h | |
parent | Ported sit anywhere feature from Emerald viewer (diff) | |
download | meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.zip meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.gz meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.bz2 meta-impy-ad45708178b7e014faad753fab00cd9cd58df5a7.tar.xz |
Ported phantom avatar option from Emerald viewer
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index a4a930f..0b8463f 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -371,6 +371,11 @@ public: | |||
371 | // Does this parcel allow you to fly? | 371 | // Does this parcel allow you to fly? |
372 | BOOL canFly(); | 372 | BOOL canFly(); |
373 | 373 | ||
374 | //lgg crap | ||
375 | static BOOL getPhantom();// const { return emeraldPhantom; } | ||
376 | static void setPhantom(BOOL phantom); | ||
377 | static void togglePhantom(); | ||
378 | |||
374 | // Animation functions | 379 | // Animation functions |
375 | void stopCurrentAnimations(); | 380 | void stopCurrentAnimations(); |
376 | void requestStopMotion( LLMotion* motion ); | 381 | void requestStopMotion( LLMotion* motion ); |
@@ -801,6 +806,8 @@ private: | |||
801 | LLVector3d mCameraSmoothingLastPositionGlobal; | 806 | LLVector3d mCameraSmoothingLastPositionGlobal; |
802 | LLVector3d mCameraSmoothingLastPositionAgent; | 807 | LLVector3d mCameraSmoothingLastPositionAgent; |
803 | BOOL mCameraSmoothingStop; | 808 | BOOL mCameraSmoothingStop; |
809 | |||
810 | static BOOL sPhantom; | ||
804 | 811 | ||
805 | 812 | ||
806 | //Ventrella | 813 | //Ventrella |