Package gaiasky.util
Class SlaveManager
java.lang.Object
gaiasky.util.SlaveManager
Manager for slave Gaia Sky instances that connect to master instances.
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
static SlaveManager
float
float
float
float
float
int
float
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
boolean
static void
load
(com.badlogic.gdx.assets.AssetManager manager) void
loadAssets
(com.badlogic.gdx.assets.AssetManager manager) static boolean
Checks if a special projection is active in this slave (yaw/pitch/roll, etc.)
-
Field Details
-
instance
-
bufferId
-
regionId
-
pfm
-
blend
-
xResolution
public int xResolution -
yResolution
public int yResolution -
yaw
public float yaw -
pitch
public float pitch -
roll
public float roll -
upAngle
public float upAngle -
downAngle
public float downAngle -
rightAngle
public float rightAngle -
leftAngle
public float leftAngle -
cameraFov
public float cameraFov
-
-
Constructor Details
-
SlaveManager
public SlaveManager()
-
-
Method Details
-
initialize
public static void initialize() -
projectionActive
public static boolean projectionActive()Checks if a special projection is active in this slave (yaw/pitch/roll, etc.)- Returns:
- True if a special projection is active
-
load
public static void load(com.badlogic.gdx.assets.AssetManager manager) -
isWarpOrBlend
public boolean isWarpOrBlend() -
loadAssets
public void loadAssets(com.badlogic.gdx.assets.AssetManager manager)
-