Axiom.Samples.SphereMapping.SphereMappingSample.SphereMappingSample C# (CSharp) Method

SphereMappingSample() public method

public SphereMappingSample ( ) : Axiom.Math
return Axiom.Math
		public SphereMappingSample()
		{
			Metadata[ "Title" ] = "Sphere Mapping";
			Metadata[ "Description" ] = "Shows the sphere mapping feature of materials. " +
				"Sphere maps are not wrapped, and look the same from all directions.";
			Metadata[ "Thumbnail" ] = "thumb_spheremap.png";
			Metadata[ "Category" ] = "Unsorted";
		}