Package pneumaticCraft.common.progwidgets

Examples of pneumaticCraft.common.progwidgets.IProgWidget.render()


        GL11.glScalef(scale, scale, 1);
        GL11.glTranslatef(-width / 2, -height / 2, 0);
        //  GL11.glTranslatef(x, y, z);
        //GL11.glRotatef(-90F, 1F, 0, 0);

        widget.render();

        // GL11.glEnable(GL11.GL_LIGHTING);
        GL11.glPopMatrix();
    }
}
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.