Updated almost all stuff
This commit is contained in:
71
resources/debug/debug.material
Normal file
71
resources/debug/debug.material
Normal file
@@ -0,0 +1,71 @@
|
||||
material Skybox/Debug1
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
lighting off
|
||||
depth_write off
|
||||
ambient 1.0 0.0 0.0 1.0
|
||||
diffuse 1.0 0.0 0.0 1.0
|
||||
vertex_program_ref debug_vp
|
||||
{
|
||||
}
|
||||
fragment_program_ref debug_fp
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
material Debug/Red
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
lighting off
|
||||
depth_check on
|
||||
depth_write on
|
||||
depth_func always_pass
|
||||
ambient 1.0 0.0 0.0 1.0
|
||||
diffuse vertexcolour
|
||||
specular 0.0 0.0 0.0 1.0
|
||||
cull_software none
|
||||
cull_hardware none
|
||||
/*
|
||||
rtshader_system
|
||||
{
|
||||
lighting_stage metal_roughness
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
material Debug/Red2
|
||||
{
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
lighting off
|
||||
depth_check on
|
||||
depth_write on
|
||||
depth_func always_pass
|
||||
ambient 1.0 0.0 0.0 1.0
|
||||
diffuse vertexcolour
|
||||
specular 0.0 0.0 0.0 1.0
|
||||
cull_software none
|
||||
cull_hardware none
|
||||
|
||||
rtshader_system
|
||||
{
|
||||
lighting_stage metal_roughness
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user