Examples of gluGetTessProperty()


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

   * @see #gluNewTess      gluNewTess
   * @see #gluTessProperty gluTessProperty
   ****************************************************************************/
  public void gluGetTessProperty(GLUtessellator tessellator, int which, double[] value, int value_offset) {
      GLUtessellatorImpl tess = (GLUtessellatorImpl) tessellator;
      tess.gluGetTessProperty(which, value, value_offset);
  }
 
  /*****************************************************************************
   * <b>gluTessNormal</b> describes a normal for a polygon that the program is
   * defining. All input data will be projected onto a plane perpendicular to
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.