Package gaiasky.util
Class Settings.SceneSettings.StarSettings
java.lang.Object
gaiasky.util.Settings.SceneSettings.StarSettings
- All Implemented Interfaces:
IObserver
- Enclosing class:
- Settings.SceneSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionfloat
boolean
boolean
float[]
float
float
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
Computes the runtime star point size taking into account cubemap renderingvoid
Event notification call.void
setPointSize(float pointSize)
-
Field Details
-
brightness
public float brightness -
power
public float power -
pointSize
public float pointSize -
textureIndex
public int textureIndex -
opacity
public float[] opacity -
group
-
threshold
-
colorTransit
public boolean colorTransit -
onlyObserved
public boolean onlyObserved
-
-
Constructor Details
-
StarSettings
public StarSettings()
-
-
Method Details
-
getStarTexture
-
getStarPointSize
public static float getStarPointSize()Computes the runtime star point size taking into account cubemap rendering- Returns:
- The point size in pixels
-
setPointSize
public void setPointSize(float pointSize) -
notify
Description copied from interface:IObserver
Event notification call.
-