diff options
author | James Cook <james@lindenlab.com> | 2009-11-23 14:23:51 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-23 14:23:51 -0800 |
commit | 347562844dc2be598f39138a39eaacaff6b4e323 (patch) | |
tree | 1e3a084cdbd86efa3c757311cd500c4dca0e28de /indra/newview/llglsandbox.cpp | |
parent | 83237f875cb26d9f72055a5d47cdb928b30c0dc6 (diff) |
Initial implementation of parcel property icons and maturity string on nav bar
Added new LLAgentUI location format, renamed unclear old one
Renamed ShowCoordinatesOption to NavBarShowCoordinates
Extended LLLocationInputCtrl to show icons.
Reviewed with Rick
Diffstat (limited to 'indra/newview/llglsandbox.cpp')
-rw-r--r-- | indra/newview/llglsandbox.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index 43fbe362d5..750a9d478f 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -67,7 +67,10 @@ #include "llresmgr.h" #include "pipeline.h" #include "llspatialpartition.h" - + +// Height of the yellow selection highlight posts for land +const F32 PARCEL_POST_HEIGHT = 0.666f; + BOOL LLAgent::setLookAt(ELookAtType target_type, LLViewerObject *object, LLVector3 position) { if(object && object->isAttachment()) |