Decompile modelNodeGetModelRelativePosition

This commit is contained in:
Ryan Dwyer
2021-04-30 13:57:51 +10:00
parent 05c9393aa9
commit b726aac9fa
3 changed files with 30 additions and 73 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void modelNodeGetPosition(struct model *model, struct modelnode *node, struct co
void modelNodeSetPosition(struct model *model, struct modelnode *node, struct coord *pos);
void modelGetRootPosition(struct model *model, struct coord *pos);
void modelSetRootPosition(struct model *model, struct coord *pos);
u32 func0001ad5c(void);
void modelNodeGetModelRelativePosition(struct model *model, struct modelnode *node, struct coord *pos);
f32 func0001ae44(struct model *model);
void func0001ae90(struct model *model, f32 angle);
void modelSetScale(struct model *model, f32 scale);