aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llsurfacepatch.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/llsurfacepatch.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/llsurfacepatch.h')
-rw-r--r--linden/indra/newview/llsurfacepatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llsurfacepatch.h b/linden/indra/newview/llsurfacepatch.h
index 7e84f7f..1f9658d 100644
--- a/linden/indra/newview/llsurfacepatch.h
+++ b/linden/indra/newview/llsurfacepatch.h
@@ -90,6 +90,7 @@ public:
90 90
91 void updateCameraDistanceRegion( const LLVector3 &pos_region); 91 void updateCameraDistanceRegion( const LLVector3 &pos_region);
92 void updateVisibility(); 92 void updateVisibility();
93 void updateGL();
93 94
94 void dirtyZ(); // Dirty the z values of this patch 95 void dirtyZ(); // Dirty the z values of this patch
95 void setHasReceivedData(); 96 void setHasReceivedData();