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 voiddispose()java.lang.StringgetName()voidinitialize(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)booleanisActive(Vector3d campos, double distanceFromSun)voidrenderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)voidrenderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)voidupdate()
-
-
-
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()
-
-