UnitySensors
|
Public Member Functions | |
void | SetSource (IPointCloudInterface< T > sourceInterface) |
Protected Member Functions | |
virtual void | Start () |
override void | Visualize () |
Private Member Functions | |
void | Update () |
void | UpdateBuffers () |
void | OnDisable () |
Private Attributes | |
IPointCloudInterface< T > | _sourceInterface |
Transform | _transform |
Material | _mat |
Mesh | _mesh |
ComputeBuffer | _pointsBuffer |
ComputeBuffer | _argsBuffer |
uint[] | _args = new uint[5] { 0, 0, 0, 0, 0 } |
int | _cachedPointsCount = -1 |
int | _bufferSize |
|
private |
void UnitySensors.Visualization.Sensor.PointCloudVisualizer< T >.SetSource | ( | IPointCloudInterface< T > | sourceInterface | ) |
|
protectedvirtual |
Reimplemented in UnitySensors.Visualization.Sensor.RGBDCameraPointCloudVisualizer, UnitySensors.Visualization.Sensor.LiDARPointCloudVisualizer, and UnitySensors.Visualization.Sensor.DepthCameraPointCloudVisualizer.
|
private |
|
private |
|
protectedvirtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |