mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 12:09:19 -04:00
Demo work and fakematch cleanup (#1034)
This commit is contained in:
@@ -12,8 +12,8 @@ public:
|
||||
virtual ~J3DUClipper() {}
|
||||
void init();
|
||||
void calcViewFrustum();
|
||||
s32 clip(const Mtx, Vec, f32);
|
||||
s32 clip(const Mtx, Vec*, Vec*);
|
||||
BOOL clip(const Mtx, Vec, f32);
|
||||
BOOL clip(const Mtx, Vec*, Vec*);
|
||||
u32 clipByBox(J3DModel*);
|
||||
|
||||
void setFovy(f32 fovy) { mFovY = fovy; }
|
||||
|
||||
Reference in New Issue
Block a user