public class SCRTPointsNonInstancedMesh extends SCRTPointsMesh
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
SCRTPointsNonInstancedMesh(float pointSize,
TSRTexture pointsTexture) |
protected |
SCRTPointsNonInstancedMesh(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
void |
draw() |
void |
draw(TSRShaderEffect _pShaderEffect) |
void |
drawForSelection() |
protected void |
finalize() |
void |
freeze() |
protected static long |
getCPtr(SCRTPointsNonInstancedMesh obj) |
void |
setClipPlane(TSRPlane _cPlane,
int _iIndex) |
void |
setOpacity(float opacity) |
void |
setSelectionId(long selectionId) |
void |
setVertex3(float x,
float y,
float z) |
void |
setVertex4(float x,
float y,
float z,
float size) |
void |
setVertexColor(int color) |
void |
setVertices(sIMVertex vertices,
int vertCount,
boolean hasTransparentColors) |
getCPtr, getOpacity
protected SCRTPointsNonInstancedMesh(long cPtr, boolean cMemoryOwn)
public SCRTPointsNonInstancedMesh(float pointSize, TSRTexture pointsTexture)
protected static long getCPtr(SCRTPointsNonInstancedMesh obj)
protected void finalize()
finalize
in class SCRTPointsMesh
public void delete()
delete
in class SCRTPointsMesh
public void setVertexColor(int color)
setVertexColor
in class SCRTPointsMesh
public void setVertex3(float x, float y, float z)
setVertex3
in class SCRTPointsMesh
public void setVertex4(float x, float y, float z, float size)
setVertex4
in class SCRTPointsMesh
public void setVertices(sIMVertex vertices, int vertCount, boolean hasTransparentColors)
setVertices
in class SCRTPointsMesh
public void setSelectionId(long selectionId)
setSelectionId
in class SCRTPointsMesh
public void setOpacity(float opacity)
setOpacity
in class SCRTPointsMesh
public void freeze()
freeze
in class SCRTPointsMesh
public void draw()
draw
in class SCRTPointsMesh
public void drawForSelection()
drawForSelection
in class SCRTPointsMesh
public void draw(TSRShaderEffect _pShaderEffect)
draw
in class SCRTPointsMesh
public void setClipPlane(TSRPlane _cPlane, int _iIndex)
setClipPlane
in class SCRTPointsMesh