/// <summary> /// Launches this example. /// </summary> /// <remarks> /// Provides a simple way for the example launcher to launch the examples. /// </remarks> public static void Main() { using (T04_Vertex_Lighting example = new T04_Vertex_Lighting()) { Utilities.SetWindowTitle(example); example.Run(30.0, 0.0); } }