/// <summary>
 /// Constructs a new instance of the engine.
 /// </summary>
 /// <param name="type">The type of point cloud served by this engine instance.</param>
 public BasicPointCloudEngine(PointCloudEngineType type)
 {
     m_type = type;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructs a new instance of the engine.
 /// </summary>
 /// <param name="type">The type of point cloud served by this engine instance.</param>
 public BasicPointCloudEngine(PointCloudEngineType type)
 {
     m_type = type;
 }