init
This commit is contained in:
44
fast_food/materials/scripts/fast_food.material
Normal file
44
fast_food/materials/scripts/fast_food.material
Normal file
@@ -0,0 +1,44 @@
|
||||
material FastFood/Diffuse
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture FastFood_Diffuse.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
material FastFood/Specular
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture FastFood_Spec.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
material FastFood/Normal
|
||||
{
|
||||
receive_shadows off
|
||||
technique
|
||||
{
|
||||
pass
|
||||
{
|
||||
texture_unit
|
||||
{
|
||||
texture FastFood_Normal.png
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
BIN
fast_food/materials/textures/FastFood_Diffuse.png
Normal file
BIN
fast_food/materials/textures/FastFood_Diffuse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
fast_food/materials/textures/FastFood_Normal.png
Normal file
BIN
fast_food/materials/textures/FastFood_Normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
fast_food/materials/textures/FastFood_Spec.png
Normal file
BIN
fast_food/materials/textures/FastFood_Spec.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 687 KiB |
Reference in New Issue
Block a user