mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
d_wpot_water work
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
void zDrawParticle();
|
||||
void zDrawChild();
|
||||
void loadYBBMtx(MtxP);
|
||||
bool isZDraw() { return field_0xc2 & 1; }
|
||||
|
||||
static JPADrawVisitorContainer vc;
|
||||
static JPADrawClipBoard cb;
|
||||
|
||||
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user