material nx.sphere
{

	technique
	{
		pass
		{
			ambient  0.19 0.90 0.30 1
			diffuse  0.54 0.95 0.55 1
			specular 1 1 1 1 32

		}
	}
}

material nx.sphere.larger
{

	technique
	{
		pass
		{
			ambient  0.90 0.30 0.19 1
			diffuse  0.95 0.55 0.54 1
			specular 1 1 1 1 32

		}
	}
}
