Package appeng.client.render

Examples of appeng.client.render.RenderBlocksWorkaround.populate()


              rbw.calculations = true;
              rbw.faces = EnumSet.noneOf( ForgeDirection.class );

              if ( prevLight != null && rbw.similarLighting( blk, rbw.blockAccess, x, y, z, prevLight ) )
                rbw.populate( prevLight );
              else
              {
                instance.setRenderColor( color );
                rbw.renderStandardBlock( instance.getBlock(), x, y, z );
                instance.setRenderColor( 0xffffff );
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.