summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/g3dhax.h5
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);