Examples of renderStandardBlock()


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

              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 );
                prevLight = rbw.getLightingCache();
              }

              rbw.calculations = false;
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.