Package org.osm2world.core.target.jogl

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


        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();
        }
         
        /* make screenshot and paste into the buffer that will contain
         * pBufferSizeY entire image lines */

 
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.