Examples of gluDeleteTess()


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

   * @see #gluNewTess      gluNewTess
   * @see #gluTessCallback gluTessCallback
   ****************************************************************************/
  public void gluDeleteTess(GLUtessellator tessellator) {
      GLUtessellatorImpl tess = (GLUtessellatorImpl) tessellator;
      tess.gluDeleteTess();
  }
 
  /*****************************************************************************
   * <b>gluTessProperty</b> is used to control properites stored in a
   * tessellation object.  These properties affect the way that the polygons are
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.