sirikata / sirikata

Sirikata is a BSD-licensed platform for networked 3d environments
http://www.sirikata.com/
Other
126 stars 39 forks source link

Ogre plugin should use mipmap settings #504

Open ewencp opened 12 years ago

ewencp commented 12 years ago

Meshdata loads settings for mipmaps (minFilter and magFilter), but Ogre is ignoring them. The mipmap settings in the material probably just need to be set according to the texture settings in the Meshdata (see ManualMaterialLoader, in particular fixupTextureUnitState).