Package javax.media.opengl

Examples of javax.media.opengl.GL.glVertex3d()


        }else{
          gl.glBegin (GL.GL_QUADS);
            gl.glVertex3d (minX, minY, 0.0);
            gl.glVertex3d (maxX, minY, 0.0);
            gl.glVertex3d (maxX, maxY, 0.0);
            gl.glVertex3d (minX, maxY, 0.0);
          gl.glEnd ();
        }
//        */
        ////////////////////////////////////
//        gl.glDepthMask(true); //Disabled to avoid too many state switches,
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.