mip mapping /lod - moved to the correct forum :)
mip mapping /lod - moved to the correct forum :)
OMG.. I should have sent you guys the $100 i just blew on torque. .Anyway..The engine seems VERY kewl.. I only have one question..where would i go to turn off LOD or mip mapping on bsp textures.. on the bsp renderer, I noticed the textures on the walls are a bit fuzzy then come in clear as i get closer..i'd like to disable this..
I don't know about the LOD, as I know that some of that is controlled on the driver side.
But to turn off the autogenration of mip maps:
But to turn off the autogenration of mip maps:
Code: Select all
driver->setTextureCreationFlag(irr::video::ETCF_CREATE_MIP_MAPS ,false);
Crud, how do I do this again?