diff options
author | Dave Parks <davep@lindenlab.com> | 2010-02-11 18:00:00 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-02-11 18:00:00 -0600 |
commit | ffcbbf4aaabc652c2050ca6147a9388217cfcaa7 (patch) | |
tree | 2b15ef26812ee108a0493ee72efaf493b084e061 /indra/llmath/llvolume.h | |
parent | bf087b74d392c62d94b8eea0d08ea8da6266db74 (diff) |
Multi-threaded asset uploading with proper ordering first draft.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 1059c29566..36811785dc 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -805,7 +805,7 @@ public: void createBinormals(); void makeTriStrip(); - void appendFace(const LLVolumeFace& face); + void appendFace(const LLVolumeFace& face, LLMatrix4& transform, LLMatrix4& normal_tranform); class VertexData { |