Inheritance: OpenTK.GameWindow
Esempio n. 1
0
 /// <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);
     }
 }
Esempio n. 2
0
 /// <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);
     }
 }