Package gaia.cu9.ari.gaiaorbit.interfce
Interface IMinimapScale
-
- All Known Implementing Classes:
MilkyWayMinimapScale
public interface IMinimapScale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort)
boolean
isActive(Vector3d campos)
void
renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
-
-
-
Method Detail
-
isActive
boolean isActive(Vector3d campos)
-
initialize
void initialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort)
-
renderSideProjection
void renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
-
renderTopProjection
void renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
-
-