summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolumeoctree.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
committerOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
commit2f87c07a0f4986b641c94de5e7e29251ba1a2d97 (patch)
treee58154d9e31ee4493b6284ac4b5bd1e7b177c56d /indra/llmath/llvolumeoctree.h
parent9acabccdde5cff91cac3bae0502c8ff5b26cada6 (diff)
parenta3a933e2120e4edf3c7f3c85a8ca04d76570f8ec (diff)
merge changes for build number fix
Diffstat (limited to 'indra/llmath/llvolumeoctree.h')
-rwxr-xr-xindra/llmath/llvolumeoctree.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/llmath/llvolumeoctree.h b/indra/llmath/llvolumeoctree.h
index 9ae34a0c4e..80d6ced36d 100755
--- a/indra/llmath/llvolumeoctree.h
+++ b/indra/llmath/llvolumeoctree.h
@@ -137,16 +137,16 @@ public:
LLVector4a mStart;
LLVector4a mDir;
LLVector4a mEnd;
- LLVector3* mIntersection;
+ LLVector4a* mIntersection;
LLVector2* mTexCoord;
- LLVector3* mNormal;
- LLVector3* mBinormal;
+ LLVector4a* mNormal;
+ LLVector4a* mTangent;
F32* mClosestT;
bool mHitFace;
LLOctreeTriangleRayIntersect(const LLVector4a& start, const LLVector4a& dir,
const LLVolumeFace* face, F32* closest_t,
- LLVector3* intersection,LLVector2* tex_coord, LLVector3* normal, LLVector3* bi_normal);
+ LLVector4a* intersection,LLVector2* tex_coord, LLVector4a* normal, LLVector4a* tangent);
void traverse(const LLOctreeNode<LLVolumeTriangle>* node);