Package vazkii.botania.client.model

Examples of vazkii.botania.client.model.ModelPixie


      ARBShaderObjects.glUniform1fARB(grainIntensityUniform, 0.05F);
    }
  };

  public RenderPixie() {
    super(new ModelPixie(), 0.25F);
    setRenderPassModel(new ModelPixie());
    shadowSize = 0.0F;
  }
View Full Code Here

TOP

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

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.