From 9dfe0ca9a0228c4fa75c8a3e51840696cc6b4960 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Fri, 22 May 2009 09:58:47 +0000 Subject: svn merge -r121194:121210 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1 QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk --- indra/newview/llvotree.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llvotree.h') diff --git a/indra/newview/llvotree.h b/indra/newview/llvotree.h index 473f1c340e..42a6d54f62 100644 --- a/indra/newview/llvotree.h +++ b/indra/newview/llvotree.h @@ -179,6 +179,11 @@ protected: F32 mTrunkAspect; // Ratio between width/length of trunk F32 mBranchAspect; // Ratio between width/length of branch F32 mRandomLeafRotate; // How much to randomly rotate leaves about arbitrary axis + + // cache last position+rotation so we can detect the need for a + // complete rebuild when not animating + LLVector3 mLastPosition; + LLQuaternion mLastRotation; U32 mFrameCount; -- cgit v1.2.3