Package gaiasky.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
,StubModel
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, RenderingContext rc)
-
Methods inherited from interface gaiasky.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
render
void render(IntModelBatch modelBatch, float alpha, double t, RenderingContext rc)
-
hasAtmosphere
boolean hasAtmosphere()
-
-