mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 20:11:51 -04:00
match a bunch of gu funcs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef GU_H
|
||||
#define GU_H
|
||||
#include <PR/gbi.h">
|
||||
#include "types.h"
|
||||
#include "libultra/u64types.h"
|
||||
|
||||
@@ -24,5 +25,16 @@ void guMtxIdentF(float mf[4][4]);
|
||||
void guTranslate(Mtx *m, float x, float y, float z);
|
||||
void guScale(Mtx *m, float x, float y, float z);
|
||||
|
||||
void guMtxIdent(Mtx *m);
|
||||
void guNormalize(float* x, float* y, float* z);
|
||||
void guOrtho(Mtx *m, float l, float r, float b, float t, float n, float f, float scale);
|
||||
|
||||
void guLookAtHilite (Mtx *m, LookAt *l, Hilite *h,
|
||||
float xEye, float yEye, float zEye,
|
||||
float xAt, float yAt, float zAt,
|
||||
float xUp, float yUp, float zUp,
|
||||
float xl1, float yl1, float zl1, /* light 1 direction */
|
||||
float xl2, float yl2, float zl2, /* light 2 direction */
|
||||
int twidth, int theight); /* highlight txtr size*/
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user