Interface IRenderable
- All Known Subinterfaces:
I3DTextRenderable, IGPUVertsRenderable, ILineRenderable, IModelRenderable, IPointRenderable, IShapeRenderable
- All Known Implementing Classes:
LabelView, LineView, OctreeNode, PointView, Render, RenderView, StubRenderable, VertsView
public interface IRenderable
-
Method Summary
Modifier 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
-
getComponentType
ComponentTypes getComponentType()Gets the component types of this entity- Returns:
- The component types
-
getDistToCamera
double getDistToCamera()Gets the last distance to the camera calculated for this entity- Returns:
- The distance
-
getOpacity
float getOpacity()Returns the opacity of this renderable- Returns:
- The opacity
-
isHalfResolutionBuffer
boolean isHalfResolutionBuffer()Is this renderable flagged to be rendered in a half-resolution buffer?- Returns:
- True if it renders to a half-resolution buffer.
-