Package gaiasky.scene.component
Class SolidAngle
java.lang.Object
gaiasky.scene.component.SolidAngle
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Minimum solid angle for rendering the label of this object, in radians.double
Solid angle limit for rendering at all, in radians.double
Solid angle limit for rendering as point, in radians.double
Solid angle limit for rendering as a billboard, in radians. -
Constructor Summary
-
Method Summary
-
Field Details
-
thresholdNone
public double thresholdNoneSolid angle limit for rendering at all, in radians. If angle is smaller than this quantity, no rendering happens. -
thresholdQuad
public double thresholdQuadSolid angle limit for rendering as a billboard, in radians. If angle is any bigger, we render as a model. -
thresholdPoint
public double thresholdPointSolid angle limit for rendering as point, in radians. If angle is any bigger, we render as a billboard. -
thresholdLabel
public double thresholdLabelMinimum solid angle for rendering the label of this object, in radians.
-
-
Constructor Details
-
SolidAngle
public SolidAngle()
-