This commit is contained in:
Daveo 2001-02-20 19:17:03 +00:00
parent fbc10e79cd
commit 7346a7cc7d
6 changed files with 59 additions and 45 deletions

View file

@ -19,10 +19,11 @@ public:
void render();
protected:
// u8 *RGB[4];
sLayerShadeHdr *Data;
int YOfs;
POLY_G4 Poly[4];
int BandCount,BandHeight;
POLY_G4 Band[LAYER_SHADE_RGB_MAX-1];
};