aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvosurfacepatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvosurfacepatch.h')
-rw-r--r--linden/indra/newview/llvosurfacepatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llvosurfacepatch.h b/linden/indra/newview/llvosurfacepatch.h
index d3b1447..aaf4d41 100644
--- a/linden/indra/newview/llvosurfacepatch.h
+++ b/linden/indra/newview/llvosurfacepatch.h
@@ -64,6 +64,7 @@ public:
64 virtual U32 getPartitionType() const; 64 virtual U32 getPartitionType() const;
65 65
66 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline); 66 /*virtual*/ LLDrawable* createDrawable(LLPipeline *pipeline);
67 /*virtual*/ void updateGL();
67 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable); 68 /*virtual*/ BOOL updateGeometry(LLDrawable *drawable);
68 /*virtual*/ BOOL updateLOD(); 69 /*virtual*/ BOOL updateLOD();
69 /*virtual*/ void updateFaceSize(S32 idx); 70 /*virtual*/ void updateFaceSize(S32 idx);
@@ -74,7 +75,7 @@ public:
74 LLStrider<LLVector2> &texCoords1p, 75 LLStrider<LLVector2> &texCoords1p,
75 LLStrider<U16> &indicesp); 76 LLStrider<U16> &indicesp);
76 77
77 /*virtual*/ void updateTextures(); 78 /*virtual*/ void updateTextures(LLAgent &agent);
78 /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area 79 /*virtual*/ void setPixelAreaAndAngle(LLAgent &agent); // generate accurate apparent angle and area
79 80
80 /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax); 81 /*virtual*/ void updateSpatialExtents(LLVector3& newMin, LLVector3& newMax);