public void beginPolygon() { if (!this.enabled) { return; } GLU.gluTessBeginPolygon(this.tess, this); // Use this as the polygon user data to enable callbacks to this instance. }