Package Hexel.rendering

Examples of Hexel.rendering.Face


    Vector3i closestEmptyBlock = this.thingBridge
        .getClosestEmptyBlockOnVector(new Vector3d(getCameraX(),
            getCameraY(), getCameraZ()), dir);

    if (closestBlock != null) {
      Face f = HighlightBlockFace.getBetweenFace(closestBlock,
          closestEmptyBlock);
      HighlightBlockFace.highlight(gl, closestBlock, f);
    }
  }
View Full Code Here

TOP

Related Classes of Hexel.rendering.Face

Copyright © 2018 www.massapicom. 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.