Package gaiasky.scene.component
Class Cluster
java.lang.Object
gaiasky.scene.component.Cluster
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
,ICopy
Some properties for star cluster objects.
-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.Texture
double
float
Fade alpha between quad and model.com.badlogic.gdx.math.Matrix4
int
double
double
-
Constructor Summary
-
Method Summary
-
Field Details
-
clusterTex
public com.badlogic.gdx.graphics.Texture clusterTex -
dist
public double dist -
raddeg
public double raddeg -
numStars
public int numStars -
ySinceEpoch
public double ySinceEpoch -
fadeAlpha
public float fadeAlphaFade alpha between quad and model. Attribute contains model opacity. Quad opacity is1-fadeAlpha
-
model
-
modelTransform
public com.badlogic.gdx.math.Matrix4 modelTransform
-
-
Constructor Details
-
Cluster
public Cluster()
-
-
Method Details