Files
2025-11-24 14:19:51 +05:30

17 lines
217 B
Plaintext

material Examples/SteveCubeSkyBox
{
technique
{
pass
{
lighting off
depth_write off
texture_unit
{
cubic_texture stevecube.jpg separateUV
tex_address_mode clamp
}
}
}
}