Class SparseSpatialMapBuilderFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Aeasyar.SparseSpatialMap-controllingMonoBehaviour in the scene, providing theeasyar.SparseSpatialMap mapping functionality.
public class SparseSpatialMapBuilderFrameFilter : SparseSpatialMapWorkerFrameFilter
- Inheritance
-
SparseSpatialMapBuilderFrameFilter
- Inherited Members
Fields
PointCloudMaterial
TheMaterial used to render the point cloud. Only valid if modified before the session starts.
public Material PointCloudMaterial
Field Value
Properties
Target
The target controller for displaying the mapping process. Only usable after the session is started.
public SparseSpatialMapBuildTargetController Target { get; }
Property Value
Methods
Host(string, Optional<Image>, Optional<int>, Action<Optional<SparseSpatialMapInfo>, Optional<string>>)
Create and upload the map.
Build the Map.name is the map name.preview is the preview image (optional).timeoutMilliseconds is the communication timeout with the server in milliseconds (optional, default 60000).
public void Host(string name, Optional<Image> preview, Optional<int> timeoutMilliseconds, Action<Optional<SparseSpatialMapController.SparseSpatialMapInfo>, Optional<string>> callback)
Parameters
namepreviewtimeoutMillisecondscallback