diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:02 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-29 11:50:02 -0500 |
commit | 719610e68ba8275f08f51d127ab760799cb1d1c3 (patch) | |
tree | 3417bdc24d707e13f9eb4fe08792b5c11205b24f /indra/llrender/llvertexbuffer.h | |
parent | c44fe35125b075b53bc13b38b5771ee38d65934d (diff) |
SH-1225 Import convex hull data from .slm
Diffstat (limited to 'indra/llrender/llvertexbuffer.h')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index 2bbc17fb12..6c0895512e 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -97,6 +97,8 @@ public: static void initClass(bool use_vbo, bool no_vbo_mapping); static void cleanupClass(); static void setupClientArrays(U32 data_mask); + static void drawArrays(U32 mode, const std::vector<LLVector3>& pos, const std::vector<LLVector3>& norm); + static void clientCopy(F64 max_time = 0.005); //copy data from client to GL static void unbind(); //unbind any bound vertex buffer |