Package net.mcft.copy.betterstorage.client.model

Examples of net.mcft.copy.betterstorage.client.model.ModelLocker.renderAll()


    GL11.glRotatef(-rotation, 0.0F, 1.0F, 0.0F);
   
      GL11.glPushMatrix();
      GL11.glScalef(scale, scale, scale);
     
      model.renderAll(locker.mirror, angle);
     
      GL11.glPopMatrix();
   
    if (locker.canHaveLock()) {
      if (angle > 0) {
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.