Package gaia.cu9.ari.gaiaorbit.render
Interface ICloudRenderable
-
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
Planet
public interface ICloudRenderable extends IRenderable
To be implemented by all entities wanting to render a clouds layer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
renderClouds(IntModelBatch modelBatch, float alpha, double t)
Renders the clouds.-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
renderClouds
void renderClouds(IntModelBatch modelBatch, float alpha, double t)
Renders the clouds.- Parameters:
modelBatch
- The model batch to use.alpha
- The opacity.t
- The time in seconds since the start.
-
-