//Contains samplers which needs to be defined before they are used. //That's why it's named "_samplers.material", to make it be picked up early by Ogre. sampler /dural/base/sampler/high { filtering anisotropic max_anisotropy 16 } sampler /dural/base/sampler/medium { filtering trilinear } sampler /dural/base/sampler/low { filtering bilinear }