コード例 #1
0
        public void endContour()
        {
            if (!this.enabled)
            {
                return;
            }

            GLU.gluTessEndContour(this.tess);
        }
コード例 #2
0
 public void end()
 {
     GLU.gluTessEndContour(this.tess);
 }