init
This commit is contained in:
44
gas_station/materials/scripts/gas_station.material
Normal file
44
gas_station/materials/scripts/gas_station.material
Normal file
@@ -0,0 +1,44 @@
|
||||
material GasStation/Diffuse
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture GasStation_Diffuse.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
material GasStation/Specular
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture GasStation_Spec.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
material GasStation/Normal
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture GasStation_Normal.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user