aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llviewerobject.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerobject.h b/linden/indra/newview/llviewerobject.h
index 329ef6a..316e8db 100644
--- a/linden/indra/newview/llviewerobject.h
+++ b/linden/indra/newview/llviewerobject.h
@@ -268,7 +268,6 @@ public:
268 void setPositionAgent(const LLVector3 &pos_agent, BOOL damped = FALSE); 268 void setPositionAgent(const LLVector3 &pos_agent, BOOL damped = FALSE);
269 void setPositionParent(const LLVector3 &pos_parent, BOOL damped = FALSE); 269 void setPositionParent(const LLVector3 &pos_parent, BOOL damped = FALSE);
270 void setPositionAbsoluteGlobal( const LLVector3d &pos_global, BOOL damped = FALSE ); 270 void setPositionAbsoluteGlobal( const LLVector3d &pos_global, BOOL damped = FALSE );
271 void sendPositionUpdate() const;
272 271
273 virtual const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const { return xform->getWorldMatrix(); } 272 virtual const LLMatrix4& getWorldMatrix(LLXformMatrix* xform) const { return xform->getWorldMatrix(); }
274 273
@@ -303,7 +302,6 @@ public:
303 void sendTEUpdate() const; // Sends packed representation of all texture entry information 302 void sendTEUpdate() const; // Sends packed representation of all texture entry information
304 303
305 virtual void setScale(const LLVector3 &scale, BOOL damped = FALSE); 304 virtual void setScale(const LLVector3 &scale, BOOL damped = FALSE);
306 void sendScaleUpdate();
307 305
308 void sendShapeUpdate(); 306 void sendShapeUpdate();
309 307