Package gaiasky.scene.component
Class ParticleExtra
java.lang.Object
gaiasky.scene.component.ParticleExtra
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
,ICopy
-
Field Summary
Modifier and TypeFieldDescriptiondouble
double
double
Radius of the object.double
Effective temperature of the star, in Kelvin. -
Constructor Summary
-
Method Summary
-
Field Details
-
computedSize
public double computedSize -
radius
public double radiusRadius of the object. -
tEff
public double tEffEffective temperature of the star, in Kelvin. -
primitiveRenderScale
public double primitiveRenderScale
-
-
Constructor Details
-
ParticleExtra
public ParticleExtra()
-
-
Method Details