Exemplo n.º 1
0
        public void endPolygon()
        {
            if (!this.enabled)
            {
                return;
            }

            GLU.gluTessEndPolygon(this.tess);
        }