Examples of gluNextContour()


Examples of com.sun.opengl.impl.tessellator.GLUtessellatorImpl.gluNextContour()

   * @see #gluTessEndContour   gluTessEndContour
   * @see #gluTessVertex       gluTessVertex
   ****************************************************************************/
  public void gluNextContour(GLUtessellator tessellator, int type) {
      GLUtessellatorImpl tess = (GLUtessellatorImpl) tessellator;
      tess.gluNextContour(type);
  }
 
  /*****************************************************************************
   * <b>gluEndPolygon</b> and {@link #gluBeginPolygon
   * gluBeginPolygon} delimit the definition of a nonconvex polygon. To define
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.