Match dMCloth_c::plot_shadow implementation and update parameter names in plot and plot_shadow declarations.

This commit is contained in:
Briggs Baltzell
2026-02-08 00:14:59 -06:00
parent 3744bed5ed
commit 02dc9c0b68
2 changed files with 49 additions and 3 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ public:
void init();
void setBackNrm();
void setNrmVtx(cXyz* pDst, int x, int y);
void plot(float, float, float, float);
void plot_shadow(float, float, float, float);
void plot(float xMin, float yMin, float xMax, float yMax);
void plot_shadow(float xMin, float yMin, float xMax, float yMax);
void alpha_out();
void TevSettingMenu();
void TevSettingFileSelect();