Package gaia.cu9.ari.gaiaorbit.render
Interface IQuadRenderable
-
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
Billboard
,BillboardGalaxy
,CelestialBody
,Gaia
,GenericSpacecraft
,Invisible
,LightBeam
,ModelBody
,NBGalaxy
,Particle
,Planet
,Satellite
,Spacecraft
,Star
,StarCluster
,StarGroup
public interface IQuadRenderable extends IRenderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(ExtShaderProgram shader, float alpha, IntMesh mesh, ICamera camera)
Renders the renderable as a quad using the star shader.-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
render
void render(ExtShaderProgram shader, float alpha, IntMesh mesh, ICamera camera)
Renders the renderable as a quad using the star shader.- Parameters:
shader
-alpha
-mesh
-camera
-
-
-