public class SCRTPointMarker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
SCRTPointMarker(int _eType,
TSRTexture _pTexture,
TSRIndexedMesh _pMesh,
float _fPointSize) |
protected |
SCRTPointMarker(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
void |
draw() |
void |
drawForSelection() |
protected void |
finalize() |
protected static long |
getCPtr(SCRTPointMarker obj) |
SCRTPointsMesh |
getMesh() |
int |
getType() |
void |
setClipPlane(TSRPlane _cPlane,
int _iIndex) |
void |
setMaterial(TSRMaterial _material) |
void |
setOpacity(float _fOpacity) |
void |
setVertices(sIMVertex _paVertices,
int iVertCount,
boolean _bHasTransparentColors) |
protected SCRTPointMarker(long cPtr, boolean cMemoryOwn)
public SCRTPointMarker(int _eType, TSRTexture _pTexture, TSRIndexedMesh _pMesh, float _fPointSize)
protected static long getCPtr(SCRTPointMarker obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setVertices(sIMVertex _paVertices, int iVertCount, boolean _bHasTransparentColors)
public void draw()
public void drawForSelection()
public void setMaterial(TSRMaterial _material)
public void setOpacity(float _fOpacity)
public void setClipPlane(TSRPlane _cPlane, int _iIndex)
public SCRTPointsMesh getMesh()
public int getType()