Package org.lwjgl.util.glu.tessellation

Examples of org.lwjgl.util.glu.tessellation.GLUtessellatorImpl


        return Util.translateGLErrorString(error_code);
    }
  }

  public static GLUtessellator gluNewTess() {
    return new GLUtessellatorImpl();
  }
View Full Code Here

TOP

Related Classes of org.lwjgl.util.glu.tessellation.GLUtessellatorImpl

Copyright © 2018 www.massapicom. 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.