Files
SLikeNet/DependentExtensions/Ogre3DInterpDemo/OgreResources/PopcornKernel.material
2025-11-24 14:19:51 +05:30

22 lines
241 B
Plaintext

material PopcornKernelMaterial
{
technique
{
pass
{
ambient 0 0 0 1
specular 0 0 0 1 10
alpha_rejection greater 128
texture_unit
{
texture_alias 0
texture KernelTexture.dds
}
}
}
}