aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotree.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-24 02:59:24 -0500
committerJacek Antonelli2009-05-24 02:59:40 -0500
commitb2627d927f1642bea84b92adfccd9403676e1341 (patch)
tree07f069e63cfa633b9bd0d07b4eecc229ef67f974 /linden/indra/newview/llvotree.h
parentSecond Life viewer sources 1.23.1-RC (diff)
downloadmeta-impy-b2627d927f1642bea84b92adfccd9403676e1341.zip
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.gz
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.bz2
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.xz
Second Life viewer sources 1.23.2-RC
Diffstat (limited to 'linden/indra/newview/llvotree.h')
-rw-r--r--linden/indra/newview/llvotree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llvotree.h b/linden/indra/newview/llvotree.h
index 473f1c3..42a6d54 100644
--- a/linden/indra/newview/llvotree.h
+++ b/linden/indra/newview/llvotree.h
@@ -179,6 +179,11 @@ protected:
179 F32 mTrunkAspect; // Ratio between width/length of trunk 179 F32 mTrunkAspect; // Ratio between width/length of trunk
180 F32 mBranchAspect; // Ratio between width/length of branch 180 F32 mBranchAspect; // Ratio between width/length of branch
181 F32 mRandomLeafRotate; // How much to randomly rotate leaves about arbitrary axis 181 F32 mRandomLeafRotate; // How much to randomly rotate leaves about arbitrary axis
182
183 // cache last position+rotation so we can detect the need for a
184 // complete rebuild when not animating
185 LLVector3 mLastPosition;
186 LLQuaternion mLastRotation;
182 187
183 U32 mFrameCount; 188 U32 mFrameCount;
184 189