ArmyPilot.material 785 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
material 
{
	technique
	{
		pass
		{
		}
	}
}

material unity_pilot_head_01
{
	technique
	{
		pass
		{
			ambient 0.588235 0.588235 0.588235
			diffuse 0.588235 0.588235 0.588235
			specular 0 0 0 0.015625
			emissive 0 0 0

			texture_unit
			{
				texture head01.png
				filtering point point point
			}
		}
	}
}
material unity_pilot_body_01
{
	technique
	{
		pass
		{
			ambient 0.588235 0.588235 0.588235
			diffuse 0.588235 0.588235 0.588235
			specular 0 0 0 0.015625
			emissive 0 0 0

			texture_unit
			{
				texture body01.png
				filtering point point point
			}
		}
	}
}
material m4
{
	technique
	{
		pass
		{
			ambient 1 1 1
			diffuse 1 1 1
			specular 1 1 1 40
			emissive 1 1 1

			texture_unit
			{
				texture m4tex.png
				filtering point point point
			}
		}
	}
}