This commit is contained in:
2026-01-23 19:09:00 +03:00
parent cc82acc18c
commit 65607ee284
72 changed files with 6422 additions and 15 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+37
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
{
}
}
}
}