Class SparseSpatialMapPointCloudRenderer
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Renders sparse spatial map point clouds as particles.
[DisallowMultipleComponent]
public class SparseSpatialMapPointCloudRenderer : MonoBehaviour
- Inheritance
-
SparseSpatialMapPointCloudRenderer
Properties
ParticleParameter
Parameters for rendering point cloud particles. Can be modified at any time and take effect immediately.
public SparseSpatialMapPointCloudRenderer.PointCloudParticleParameter ParticleParameter { get; set; }
ParticleSystem
ParticleSystem for rendering point clouds. Can be modified at any time and takes effect immediately.
public ParticleSystem ParticleSystem { get; set; }
Show
Shows or hides point clouds. Can be modified at any time and takes effect immediately.
public bool Show { get; set; }