summaryrefslogtreecommitdiff
path: root/include/g3dhax.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-09-17 04:52:44 +0200
committerTreeki <treeki@gmail.com>2011-09-17 04:52:44 +0200
commit52e163c30e6506d940ff2bcadc5ce01dee81f1dc (patch)
tree392a8ed543f911a981ebc989eb3d8cf430ad7f1f /include/g3dhax.h
parent2e5620782692b2830e6d9e7bf8642f0b69275a16 (diff)
downloadkamek-52e163c30e6506d940ff2bcadc5ce01dee81f1dc.tar.gz
kamek-52e163c30e6506d940ff2bcadc5ce01dee81f1dc.zip
added mMtx class and a few methods to m3d::mdl_c
Diffstat (limited to '')
-rw-r--r--include/g3dhax.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/g3dhax.h b/include/g3dhax.h
index ac5ba80..d816a24 100644
--- a/include/g3dhax.h
+++ b/include/g3dhax.h
@@ -202,6 +202,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);
char data[0x3C];
};