diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-13 21:23:12 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-13 21:23:12 -0500 |
commit | 9098cb8b28c089d8abe1b2ff7d9010ab5c6d8766 (patch) | |
tree | 04921be487c55c1e995aedff1a7059b0a68342b1 /include/g3dhax.h | |
parent | 7a4ee17ea46742a5aff331ad195eb5be098c01b2 (diff) | |
download | kamek-9098cb8b28c089d8abe1b2ff7d9010ab5c6d8766.tar.gz kamek-9098cb8b28c089d8abe1b2ff7d9010ab5c6d8766.zip |
Started work on animations
Diffstat (limited to '')
-rw-r--r-- | include/g3dhax.h | 5 |
1 files changed, 4 insertions, 1 deletions
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); |