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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
gas_station/materials/textures/GasStation_Diffuse.png
Normal file
BIN
gas_station/materials/textures/GasStation_Diffuse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 763 KiB |
BIN
gas_station/materials/textures/GasStation_Normal.png
Normal file
BIN
gas_station/materials/textures/GasStation_Normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 KiB |
BIN
gas_station/materials/textures/GasStation_Spec.png
Normal file
BIN
gas_station/materials/textures/GasStation_Spec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 403 KiB |
Reference in New Issue
Block a user