Updated almost all stuff

This commit is contained in:
2025-06-14 16:20:47 +03:00
parent 756fb3bdd0
commit a1f1e09af6
152 changed files with 53441 additions and 26 deletions

37
skybox/skybox.material Normal file
View File

@@ -0,0 +1,37 @@
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
{
}
}
}
}