コード例 #1
0
ファイル: OpenGLDrawShape.cs プロジェクト: meshdgp/MeshDGP
        public   void DrawCube()
        {
            PlaneShape plane = new PlaneShape();

            plane.Draw();


        }
コード例 #2
0
        public void DrawCube()
        {
            PlaneShape plane = new PlaneShape();

            plane.Draw();
        }