Inheritance: OpenTK.GameWindow
示例#1
0
 static void Main()
 {
     using (StencilCSG example = new StencilCSG())
     {
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }
示例#2
0
文件: StencilCSG.cs 项目: tpb3d/TPB3D
 static void Main()
 {
     using ( StencilCSG example = new StencilCSG() )
     {
         Utilities.SetWindowTitle(example);
         example.Run( 30.0, 0.0 );
     }
 }