summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-12-05 19:34:27 +0100
committerKitty Barnett <develop@catznip.com>2012-12-05 19:34:27 +0100
commit4c68faec400e4c6d75a53528d8064a3448707158 (patch)
tree01a30035a359b97b13a48332ba49b74332b44df8 /indra/newview/llworld.h
parent1e194eb412bb10c1733ed76e270e45578ac15e0b (diff)
Added LLMaterialMgr::getAll() to retrieve all materials for the specified region
Diffstat (limited to 'indra/newview/llworld.h')
-rw-r--r--indra/newview/llworld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llworld.h b/indra/newview/llworld.h
index f350009d10..72f2ac46da 100644
--- a/indra/newview/llworld.h
+++ b/indra/newview/llworld.h
@@ -76,6 +76,7 @@ public:
LLViewerRegion* getRegionFromPosGlobal(const LLVector3d &pos);
LLViewerRegion* getRegionFromPosAgent(const LLVector3 &pos);
LLViewerRegion* getRegionFromHandle(const U64 &handle);
+ LLViewerRegion* getRegionFromID(const LLUUID& region_id);
BOOL positionRegionValidGlobal(const LLVector3d& pos); // true if position is in valid region
LLVector3d clipToVisibleRegions(const LLVector3d &start_pos, const LLVector3d &end_pos);