Examples of prepareBounds()


Examples of appeng.client.render.BusRenderHelper.prepareBounds()

      for (ForgeDirection side : ForgeDirection.VALID_DIRECTIONS)
      {
        i.setBounds( fso( side, lowX, ForgeDirection.WEST ), fso( side, lowY, ForgeDirection.DOWN ), fso( side, lowZ, ForgeDirection.NORTH ),
            fso( side, highX, ForgeDirection.EAST ), fso( side, highY, ForgeDirection.UP ), fso( side, highZ, ForgeDirection.SOUTH ) );
        i.prepareBounds( renderer );

        boolean LocalEmit = emitsLight;
        if ( blk instanceof BlockCraftingMonitor && !ct.getForward().equals( side ) )
          LocalEmit = false;
View Full Code Here

Examples of appeng.client.render.BusRenderHelper.prepareBounds()

            {
            }

            renderer.uvRotateBottom = renderer.uvRotateEast = renderer.uvRotateNorth = renderer.uvRotateSouth = renderer.uvRotateTop = renderer.uvRotateWest = 0;
            instance.setBounds( 0, 0, 16 - getFacadeThickness(), 16, 16, 16 );
            instance.prepareBounds( renderer );

            if ( rbw != null )
            {
              rbw.isFacade = 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.