Package org.osm2world.core.target.jogl

Examples of org.osm2world.core.target.jogl.JOGLTarget.renderPart()


        /* render to pBuffer */
         
        JOGLTarget target = (bufferTarget == null)?
            createJOGLTarget(gl, results, config) : bufferTarget;
         
        target.renderPart(camera, projection,
            xStart / (double)(x-1), xEnd / (double)(x-1),
            yStart / (double)(y-1), yEnd / (double)(y-1));
     
        if (target != bufferTarget) {
          target.freeResources();
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.