Removed WIP code.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1428 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2008-07-30 16:14:03 +00:00
parent feb545870c
commit 397280305c

View File

@ -756,9 +756,9 @@ bool CB3DMeshFileLoader::readChunkBRUS()
{
B3dMaterial.Material.setTexture(i, B3dMaterial.Textures[i]->Texture);
if (B3dMaterial.Textures[i]->Flags & 0x10) // Clamp U
B3dMaterial.Material.TextureLayer[i].TextureWrapU=video::ETC_CLAMP;
B3dMaterial.Material.TextureLayer[i].TextureWrap=video::ETC_CLAMP;
if (B3dMaterial.Textures[i]->Flags & 0x20) // Clamp V, TODO: Needs another attribute
B3dMaterial.Material.TextureLayer[i].TextureWrapV=video::ETC_CLAMP;
B3dMaterial.Material.TextureLayer[i].TextureWrap=video::ETC_CLAMP;
}
}