diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-04 09:48:05 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-04 09:48:05 -0500 |
commit | 478e0927c87338e02e75d3791f51ad2b4e7b8c74 (patch) | |
tree | cc6294dc5c09be73a540f50af8981e625766a3c1 /indra/newview/llmeshrepository.h | |
parent | de5ae7ecebd4ef43c942a1dcb07045bf586f92d7 (diff) |
Interface/state for rendering convex hull physics shapes. Still need to implement gMeshRepo.buildHull
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 736d236e2e..0bc63a8469 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -407,6 +407,7 @@ public: U32 getResourceCost(const LLUUID& mesh_params); const LLMeshSkinInfo* getSkinInfo(const LLUUID& mesh_id); const LLMeshDecomposition* getDecomposition(const LLUUID& mesh_id); + void buildHull(const LLVolumeParams& params, S32 detail); const LLSD& getMeshHeader(const LLUUID& mesh_id); void uploadModel(std::vector<LLModelInstance>& data, LLVector3& scale, bool upload_textures, |