7778798081828384858687
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(); } }