Files
ogre-jolt-prototype/skybox/skybox.material
2026-01-23 19:09:00 +03:00

38 lines
893 B
Plaintext

material Skybox
{
technique
{
pass
{
lighting off
depth_write off
texture_unit
{
texture early_morning.jpg cubic
tex_address_mode clamp
}
}
}
}
material Skybox/Dynamic
{
technique
{
pass
{
lighting off
depth_write off
ambient 1.0 1.0 1.0 1.0
diffuse 0.0 0.0 1.0 1.0
specular 0.0 0.0 0.0 1.0
vertex_program_ref debug_vp
{
}
fragment_program_ref debug_fp
{
}
}
}
}