Package gaiasky.interafce.minimap
Class LocalGroup1MinimapScale
java.lang.Object
gaiasky.interafce.minimap.AbstractMinimapScale
gaiasky.interafce.minimap.LocalGroup1MinimapScale
- All Implemented Interfaces:
IMinimapScale
-
Field Summary
Fields inherited from class gaiasky.interafce.minimap.AbstractMinimapScale
aux2d1, aux2d2, aux3b1, aux3b2, aux3d1, aux3d2, cam, camc, camd, camp, extentDown, extentUp, font, from, ortho, sb, side, side2, sideshort, sideshort2, sr, sunc, suns, textbc, textcc, textgc, textmc, textrc, textyc, to, trans -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()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)voidrenderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)voidrenderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)voidMethods inherited from class gaiasky.interafce.minimap.AbstractMinimapScale
direction, dispose, initialize, isActive, position, px, renderCameraSide, renderCameraSide, renderCameraTop, renderCameraTop, u2Px, update
-
Constructor Details
-
LocalGroup1MinimapScale
public LocalGroup1MinimapScale()
-
-
Method Details
-
updateLocal
public void updateLocal()- Specified by:
updateLocalin 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) -
renderSideProjection
public void renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
renderTopProjection
public void renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
getName
-