Package | Description |
---|---|
com.BombingGames.WurfelEngine.Core | |
com.BombingGames.WurfelEngine.Core.Map |
Modifier and Type | Method and Description |
---|---|
Intersection |
GameView.screenToGame(int x,
int y)
Returns the approximated game position belonging to a point on the screen.
|
Modifier and Type | Method and Description |
---|---|
Intersection |
Point.raycast(com.badlogic.gdx.math.Vector3 direction,
float radius,
Camera camera,
boolean onlySolid)
Trace a ray through the map until ray hits non air block.
|