Class PathfindNativeRenderer
java.lang.Object
zombie.pathfind.nativeCode.PathfindNativeRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instance
-
-
Constructor Details
-
PathfindNativeRenderer
public PathfindNativeRenderer()
-
-
Method Details
-
render
public void render() -
drawLine
public void drawLine(float fromX, float fromY, float fromZ, float toX, float toY, float toZ, float thickness, float r, float g, float b, float a) -
drawRect
public void drawRect(float x, float y, float z, float w, float h, float r, float g, float b, float a)
-