Removed WIP code.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1428 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2008-07-30 16:14:03 +00:00
parent a2822317a7
commit 846ea61467
1 changed files with 2 additions and 2 deletions

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;
}
}