Examples of renderHighlight()


Examples of se.llbit.chunky.world.Chunk.renderHighlight()

      Chunk chunk = world.getChunk(pos);

      renderer.render(chunk, buffer, x, z);
      if (highlightEnabled) {
        chunk.renderHighlight(buffer, x, z,
            hlBlock, hlColor);
      }
      if (selection.isSelected(pos)) {
        buffer.fillRectAlpha(
            view.chunkScale * (x - view.px0),
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.