d_particle

This commit is contained in:
Jcw87
2023-12-13 01:09:01 -08:00
parent dc60a90571
commit 554f653bbc
6 changed files with 194 additions and 38 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ public:
virtual ~J3DUClipper() {}
void init();
void calcViewFrustum();
u32 clip(const Mtx, Vec, f32);
u32 clip(const Mtx, Vec*, Vec*);
s32 clip(const Mtx, Vec, f32);
s32 clip(const Mtx, Vec*, Vec*);
u32 clipByBox(J3DModel*);
void setFovy(f32 fovy) { mFovY = fovy; }