public class CrosshairRenderer
extends java.lang.Object
Constructor and Description |
---|
CrosshairRenderer(com.jonathan.survivor.World world,
com.badlogic.gdx.graphics.OrthographicCamera worldCamera)
Accepts the world, from which information is gathered about the crosshairs to draw, and the camera where the crosshair lines will be drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
render(float deltaTime)
Renders the given terrainLevel's geometry using OpenGL ES lines.
|