Package appeng.api.parts

Examples of appeng.api.parts.IPart.renderStatic()


        renderer.renderAllFaces = true;

        renderer.flipTexture = false;
        renderer.uvRotateBottom = renderer.uvRotateEast = renderer.uvRotateNorth = renderer.uvRotateSouth = renderer.uvRotateTop = renderer.uvRotateWest = 0;

        part.renderStatic( te.xCoord, te.yCoord, te.zCoord, BusRenderHelper.instance, renderer );

        renderer.faces = EnumSet.allOf( ForgeDirection.class );
        renderer.calculations = true;
        renderer.useTextures = true;
      }
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.