Interface IGPUVertsRenderable
- All Superinterfaces:
IRenderable
- All Known Implementing Classes:
VertsView
-
Method Summary
Modifier and TypeMethodDescriptionvoidblend()voiddepth()doublegetAlpha()float[]getColor()intcom.badlogic.gdx.math.Matrix4com.badlogic.ashley.core.EntityfloatbooleanvoidvoidsetClosedLoop(boolean closedLoop) voidsetPrimitiveSize(float size) Line width for lines, point size for pointsMethods 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
-
markForUpdate
void markForUpdate() -
getPointCloud
PointCloudData getPointCloud() -
getColor
float[] getColor() -
getAlpha
double getAlpha() -
getLocalTransform
com.badlogic.gdx.math.Matrix4 getLocalTransform() -
getParentEntity
com.badlogic.ashley.core.Entity getParentEntity() -
isClosedLoop
boolean isClosedLoop() -
setClosedLoop
void setClosedLoop(boolean closedLoop) -
blend
void blend() -
depth
void depth() -
getGlPrimitive
int getGlPrimitive() -
getPrimitiveSize
float getPrimitiveSize() -
setPrimitiveSize
void setPrimitiveSize(float size) Line width for lines, point size for points- Parameters:
size- The size
-