Examples of gluTessNormal()


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

   * @see #gluTessBeginPolygon gluTessBeginPolygon
   * @see #gluTessEndPolygon   gluTessEndPolygon
   ****************************************************************************/
  public void gluTessNormal(GLUtessellator tessellator, double x, double y, double z) {
      GLUtessellatorImpl tess = (GLUtessellatorImpl) tessellator;
      tess.gluTessNormal(x, y, z);
  }
 
  /*****************************************************************************
   * <b>gluTessCallback</b> is used to indicate a callback to be used by a
   * tessellation object. If the specified callback is already defined, then it
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.