d_wpot_water work

This commit is contained in:
Jasper St. Pierre
2024-06-29 15:06:25 -07:00
parent 8a77112521
commit edb26111fc
4 changed files with 114 additions and 21 deletions
+1
View File
@@ -67,6 +67,7 @@ public:
void zDrawParticle();
void zDrawChild();
void loadYBBMtx(MtxP);
bool isZDraw() { return field_0xc2 & 1; }
static JPADrawVisitorContainer vc;
static JPADrawClipBoard cb;
+1 -1
View File
@@ -302,7 +302,7 @@ public:
void getgReRDirection(JGeometry::TVec3<f32>&) {}
void isChildDraw() {}
void isContinuousParticle() {}
void isZDraw() {}
bool isZDraw() { return mDraw.isZDraw(); }
void loadTexture(u8, GXTexMapID) {}
void setEmitterRotation(const JGeometry::TVec3<s16>&) {}
void setGlobalParticleHeightScale(f32) {}