From 9098cb8b28c089d8abe1b2ff7d9010ab5c6d8766 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Thu, 13 Oct 2011 21:23:12 -0500 Subject: Started work on animations --- include/g3dhax.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/g3dhax.h b/include/g3dhax.h index ddeb3ee..f2cdd29 100644 --- a/include/g3dhax.h +++ b/include/g3dhax.h @@ -231,6 +231,9 @@ namespace m3d { void sub_80064BF0(); void setDrawMatrix(const Mtx matrix); + void setScale(float x, float y, float z); + void setScale(Vec *scale); + void calcWorld(bool unk); void bindAnim(banm_c *animation, float unk); @@ -309,7 +312,7 @@ namespace m3d { bool setup(nw4r::g3d::ResMdl modelRes, nw4r::g3d::ResAnmTexPat anmRes, mAllocator_c *allocator, u32 *sizeOutPtr, int count); - void bindEntry(/*b*/mdl_c *model, nw4r::g3d::ResAnmTexPat resource, + void bindEntry(/*b*/mdl_c *model, nw4r::g3d::ResAnmTexPat *resource, int entryNumber, int _param4); float getFrameForEntry(int number); -- cgit v1.2.3