public class SCRTImpulseSceneEntity extends SCRTSceneEntity
swigCMemOwn
Modifier | Constructor and Description |
---|---|
|
SCRTImpulseSceneEntity() |
protected |
SCRTImpulseSceneEntity(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getColumnColor() |
float |
getColumnSize() |
protected static long |
getCPtr(SCRTImpulseSceneEntity obj) |
int |
getPointColor() |
float |
getPointSize() |
boolean |
getSupportTransparency() |
void |
setColumnColor(int _uiValue) |
void |
setColumnSize(float _fValue) |
void |
setMaterial(TSRMaterial _material) |
void |
setOpacity(float _fOpacity) |
void |
setPointColor(int _uiValue) |
void |
setPointMarkerMesh(TSRIndexedMesh _pValue) |
void |
setPointSize(float _fValue) |
void |
setSupportTransparency(boolean _bValue) |
void |
updateMeshes(float[] _paXCoords,
float[] _paYCoords,
float[] _paZCoords,
int[] _paPointsColor,
float[] _paPointsScale,
int[] _paColumnsColor,
int _iImpulsesCount) |
void |
updateVisibility(TSRCamera _pCamera,
long _uiCamerasCount) |
addChildEntityInternal, clearChildEntitiesInternal, debugRender, forceLink, getBounds, getChildEntities, getChildInternal, getChildrenCountInternal, getCPtr, getEntityId, getHeightMap, getKind, getMesh, getObjectType, getObjectTypeName, getSelectionHelper, getWorld, isVisible, onEngineRestart, removeChildEntityInternal, render, renderRaw, setEntityId, setPosition, setRotation, setScale, setVisible, setWorld, staticClass, subscribeChildEntities, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership, unsubscribeChildEntities, update
getCPtr, getM_BoundBox, getM_Transform, getPosition, getZOrder, setM_BoundBox, setM_Transform, setZOrder
getCPtr, getName, load, load, loadBinary, loadBinary, onRTU, reload, save, save, saveBinary, saveBinary, setName
protected SCRTImpulseSceneEntity(long cPtr, boolean cMemoryOwn)
public SCRTImpulseSceneEntity()
protected static long getCPtr(SCRTImpulseSceneEntity obj)
protected void finalize()
finalize
in class SCRTSceneEntity
public void delete()
delete
in class SCRTSceneEntity
public void updateMeshes(float[] _paXCoords, float[] _paYCoords, float[] _paZCoords, int[] _paPointsColor, float[] _paPointsScale, int[] _paColumnsColor, int _iImpulsesCount)
public void setMaterial(TSRMaterial _material)
setMaterial
in class SCRTSceneEntity
public void updateVisibility(TSRCamera _pCamera, long _uiCamerasCount)
updateVisibility
in class SCRTSceneEntity
public void setOpacity(float _fOpacity)
public void setPointMarkerMesh(TSRIndexedMesh _pValue)
public float getPointSize()
public void setPointSize(float _fValue)
public float getColumnSize()
public void setColumnSize(float _fValue)
public int getPointColor()
public void setPointColor(int _uiValue)
public int getColumnColor()
public void setColumnColor(int _uiValue)
public boolean getSupportTransparency()
public void setSupportTransparency(boolean _bValue)