TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 221 forks source link

Updated DXTexture2D.cpp to support Mip Mapping #89

Closed tstr closed 8 years ago

tstr commented 8 years ago

I have tweaked the D3DTexture2D class so that it should automatically generate mip maps when generateMips is set to true. Some more tweaking may be necessary but it appears ok on my end.

TheCherno commented 8 years ago

Great, thank you. I'll test this out and merge it. :+1: