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
,RecursiveGrid
,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
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 Details
-
render
-
hasAtmosphere
boolean hasAtmosphere()
-