Package gaiasky.interafce.minimap
Class MilkyWayMinimapScale
java.lang.Object
gaiasky.interafce.minimap.AbstractMinimapScale
gaiasky.interafce.minimap.MilkyWayMinimapScale
- All Implemented Interfaces:
IMinimapScale
public class MilkyWayMinimapScale extends AbstractMinimapScale
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MilkyWayMinimapScale()
-
Method Summary
Modifier and Type Method Description 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)
float[]
position(Vector3d pos, float[] out)
void
renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
updateLocal()
Methods inherited from class gaiasky.interafce.minimap.AbstractMinimapScale
direction, dispose, initialize, isActive, px, renderCameraSide, renderCameraSide, renderCameraTop, renderCameraTop, u2Px, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MilkyWayMinimapScale
public MilkyWayMinimapScale()
-
-
Method Details
-
updateLocal
public void updateLocal()- Specified by:
updateLocal
in classAbstractMinimapScale
-
initialize
public 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) -
position
- Overrides:
position
in classAbstractMinimapScale
-
renderSideProjection
public void renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
renderTopProjection
public void renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
getName
public java.lang.String getName()
-