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 lable of this object.double
radius/distance limit for rendering at all.double
radius/distance limit for rendering as point.double
radius/distance limit for rendering as shader. -
Constructor Summary
-
Method Summary
-
Field Details
-
thresholdNone
public double thresholdNoneradius/distance limit for rendering at all. If angle is smaller than this quantity, no rendering happens. -
thresholdQuad
public double thresholdQuadradius/distance limit for rendering as shader. If angle is any bigger, we render as a model. -
thresholdPoint
public double thresholdPointradius/distance limit for rendering as point. If angle is any bigger, we render with shader. -
thresholdLabel
public double thresholdLabelMinimum solid angle for rendering the lable of this object.
-
-
Constructor Details
-
SolidAngle
public SolidAngle()
-