Package gaia.cu9.ari.gaiaorbit.render
Interface IPointRenderable
-
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
KeyframesPathObject
,Points
public interface IPointRenderable extends IRenderable
Interface to be implemented by those entities that can be rendered as a single point, floated by the camera position in the CPU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
blend()
void
depth()
void
render(PointRenderSystem renderer, ICamera camera, float alpha)
-
Methods inherited from interface gaia.cu9.ari.gaiaorbit.render.IRenderable
getComponentType, getDistToCamera, getOpacity
-
-
-
-
Method Detail
-
render
void render(PointRenderSystem renderer, ICamera camera, float alpha)
-
blend
void blend()
-
depth
void depth()
-
-