Package gaiasky.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
render(ExtShaderProgram shader, float alpha, IntMesh mesh, ICamera camera)
Renders the renderable as a quad using the star shader.Methods inherited from interface gaiasky.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
Method Details
-
render
Renders the renderable as a quad using the star shader.- Parameters:
shader
- The shader programalpha
- Opacity valuemesh
- The meshcamera
- The camera
-