1
0

CSoftwareDriver2: Normalmap like Irrlicht. Lightpos in vertex space

CSoftwareTexture2: Tweaking (guessing linear Image)
CBlit.h: allow mirror image (SuperTuxKart)

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6105 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
engineer_apple
2020-03-01 22:33:55 +00:00
parent f74abf1d2b
commit bca8023261
3 changed files with 39 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ namespace irr
u32 srcPixelMul; //pixel byte size
u32 dstPixelMul;
u32 srcPitch; //scanline byte size
int srcPitch; //scanline byte size. allow negative for mirror
u32 dstPitch;
bool stretch;