aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawable.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-09-07 13:41:02 +0200
committerArmin Weatherwax2010-09-23 15:42:40 +0200
commit087e15e89930d51c3964329befb273ae3b2d330d (patch)
tree684c49a772b0097ed88a25660e1fd3dd10b264cc /linden/indra/newview/lldrawable.h
parentRobin Cornelius: fixes for building plugins on Linux 64bit (diff)
downloadmeta-impy-087e15e89930d51c3964329befb273ae3b2d330d.zip
meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.gz
meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.bz2
meta-impy-087e15e89930d51c3964329befb273ae3b2d330d.tar.xz
port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 texture system
Diffstat (limited to 'linden/indra/newview/lldrawable.h')
-rw-r--r--linden/indra/newview/lldrawable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawable.h b/linden/indra/newview/lldrawable.h
index 71b75dc..e6753b5 100644
--- a/linden/indra/newview/lldrawable.h
+++ b/linden/indra/newview/lldrawable.h
@@ -267,7 +267,8 @@ public:
267 BUILT = 0x08000000, 267 BUILT = 0x08000000,
268 FORCE_INVISIBLE = 0x10000000, // stay invis until CLEAR_INVISIBLE is set (set of orphaned) 268 FORCE_INVISIBLE = 0x10000000, // stay invis until CLEAR_INVISIBLE is set (set of orphaned)
269 CLEAR_INVISIBLE = 0x20000000, // clear FORCE_INVISIBLE next draw frame 269 CLEAR_INVISIBLE = 0x20000000, // clear FORCE_INVISIBLE next draw frame
270 REBUILD_SHADOW = 0x40000000 270 REBUILD_SHADOW = 0x40000000,
271 HAS_ALPHA = 0x80000000,
271 } EDrawableFlags; 272 } EDrawableFlags;
272 273
273 LLXformMatrix mXform; 274 LLXformMatrix mXform;