mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-11 03:25:52 -04:00
Match dMCloth_c::plot_shadow implementation and update parameter names in plot and plot_shadow declarations.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user