@SideOnly(Side.CLIENT)
private void compileDisplayList(float scale)
{
this.displayList = GLAllocation.generateDisplayLists(1);
GL11.glNewList(this.displayList, GL11.GL_COMPILE);
BufferBuilder bufferbuilder = Tessellator.getInstance().getBuffer();
for (int i = 0; i < this.quadList.length; i++)
{
this.quadList[i].draw(bufferbuilder, scale);
}
GL11.glEndList();
this.compiled = true;
}
ModelRendererPyramid.java 文件源码
java
阅读 19
收藏 0
点赞 0
评论 0
项目:Halloween
作者:
评论列表
文章目录