public static void Main( ) { using (T13_GLSL_Earth example = new T13_GLSL_Earth( )) { Utilities.SetWindowTitle(example); example.Run(30.0, 0.0); } }
public static void Main( ) { using ( T13_GLSL_Earth example = new T13_GLSL_Earth( ) ) { Utilities.SetWindowTitle(example); example.Run( 30.0, 0.0 ); } }