summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-10-04 09:48:05 -0500
committerDave Parks <davep@lindenlab.com>2010-10-04 09:48:05 -0500
commit478e0927c87338e02e75d3791f51ad2b4e7b8c74 (patch)
treecc6294dc5c09be73a540f50af8981e625766a3c1 /indra/newview/llmeshrepository.cpp
parentde5ae7ecebd4ef43c942a1dcb07045bf586f92d7 (diff)
Interface/state for rendering convex hull physics shapes. Still need to implement gMeshRepo.buildHull
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rw-r--r--indra/newview/llmeshrepository.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index 757497060a..9aba84acb4 100644
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -2130,6 +2130,11 @@ const LLMeshDecomposition* LLMeshRepository::getDecomposition(const LLUUID& mesh
return NULL;
}
+void LLMeshRepository::buildHull(const LLVolumeParams& params, S32 detail)
+{
+
+}
+
const LLSD& LLMeshRepository::getMeshHeader(const LLUUID& mesh_id)
{
return mThread->getMeshHeader(mesh_id);