Interface ILineRenderable
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
LineView, OctreeNode
-
Method Summary
Modifier and TypeMethodDescriptionintfloatvoidrender(LineRenderSystem renderer, ICamera camera, float alpha) Methods inherited from interface IRenderable
getComponentType, getDistToCamera, getOpacity, isHalfResolutionBufferModifier and TypeMethodDescriptionGets the component types of this entitydoubleGets the last distance to the camera calculated for this entityfloatReturns the opacity of this renderablebooleanIs this renderable flagged to be rendered in a half-resolution buffer?
-
Method Details
-
getLineWidth
float getLineWidth() -
render
-
getGlPrimitive
int getGlPrimitive()
-