Package vazkii.botania.client.model

Examples of vazkii.botania.client.model.ModelPylon


  public static boolean pink = false;

  @Override
  public void renderTileEntityAt(TileEntity tileentity, double d0, double d1, double d2, float pticks) {
    if(model == null)
      model = ConfigHandler.oldPylonModel ? new ModelPylonOld() : new ModelPylon();

      GL11.glPushMatrix();
      GL11.glEnable(GL12.GL_RESCALE_NORMAL);
      GL11.glEnable(GL11.GL_BLEND);
      GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);
View Full Code Here

TOP

Related Classes of vazkii.botania.client.model.ModelPylon

Copyright © 2018 www.massapicom. 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.