Package gaiasky.interfce
Interface IMinimapScale
-
- All Known Implementing Classes:
AbstractMinimapScale
,HeliosphereMinimapScale
,HighZMinimapScale
,InnerSolarSystemMinimapScale
,LocalGroup1MinimapScale
,LocalGroup2MinimapScale
,MilkyWayMinimapScale
,OortCloudMinimapScale
,OuterSolarSystemMinimapScale
,SolarNeighbourhoodMinimapScale
public interface IMinimapScale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
java.lang.String
getName()
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, double distanceFromSun)
void
renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
update()
-
-
-
Method Detail
-
isActive
boolean isActive(Vector3d campos, double distanceFromSun)
-
update
void update()
-
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)
-
getName
java.lang.String getName()
-
dispose
void dispose()
-
-