Package gaia.cu9.ari.gaiaorbit.render
Interface IModelRenderable
-
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
BackgroundModel
,Billboard
,BillboardGalaxy
,CelestialBody
,Gaia
,GenericSpacecraft
,Invisible
,LightBeam
,MeshObject
,ModelBody
,NBGalaxy
,Particle
,Planet
,Satellite
,Spacecraft
,SphericalGrid
,Star
,StarCluster
,StarGroup
public interface IModelRenderable extends IRenderable
Interface to implement by all the entities that can be rendered as a model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasAtmosphere()
void
render(IntModelBatch modelBatch, float alpha, double t)
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
render
void render(IntModelBatch modelBatch, float alpha, double t)
-
hasAtmosphere
boolean hasAtmosphere()
-
-