Package gaiasky.render
Interface IAtmosphereRenderable
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
Planet
public interface IAtmosphereRenderable extends IRenderable
To be implemented by all entities wanting to render an atmosphere
-
Method Summary
Modifier and Type Method Description void
renderAtmosphere(IntModelBatch modelBatch, float alpha, double t, Vector3d vrOffset)
Renders the atmosphere.Methods inherited from interface gaiasky.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
Method Details
-
renderAtmosphere
Renders the atmosphere.- Parameters:
modelBatch
- The model batch to use.alpha
- The opacity.t
- The time in seconds since the start.vrOffset
- Positional offset in vr mode, if any.
-