Class StubRenderable
java.lang.Object
gaiasky.render.api.StubRenderable
- All Implemented Interfaces:
IRenderable
-
Constructor Summary
Constructors -
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?
-
Constructor Details
-
StubRenderable
public StubRenderable()
-
-
Method Details
-
getComponentType
Description copied from interface:IRenderableGets the component types of this entity- Specified by:
getComponentTypein interfaceIRenderable- Returns:
- The component types
-
getDistToCamera
public double getDistToCamera()Description copied from interface:IRenderableGets the last distance to the camera calculated for this entity- Specified by:
getDistToCamerain interfaceIRenderable- Returns:
- The distance
-
getOpacity
public float getOpacity()Description copied from interface:IRenderableReturns the opacity of this renderable- Specified by:
getOpacityin interfaceIRenderable- Returns:
- The opacity
-
isHalfResolutionBuffer
public boolean isHalfResolutionBuffer()Description copied from interface:IRenderableIs this renderable flagged to be rendered in a half-resolution buffer?- Specified by:
isHalfResolutionBufferin interfaceIRenderable- Returns:
- True if it renders to a half-resolution buffer.
-