AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.SpatialUnderstandingSourceMesh Class Reference

Provides the input meshes to the spatial understanding DLL. The component relies on the spatial mapping module. It maintains a mesh list in the required DLL format which is updated from the spatial mapping's SurfaceObject list. More...

Inheritance diagram for HoloToolkit.Unity.SpatialUnderstandingSourceMesh:

Public Member Functions

bool GetInputMeshList (out int meshCount, out IntPtr meshList)
 Update the internal mesh list and provides an array pointer in the form the DLL will accept. More...
 

Detailed Description

Provides the input meshes to the spatial understanding DLL. The component relies on the spatial mapping module. It maintains a mesh list in the required DLL format which is updated from the spatial mapping's SurfaceObject list.

Definition at line 17 of file SpatialUnderstandingSourceMesh.cs.

Member Function Documentation

§ GetInputMeshList()

bool HoloToolkit.Unity.SpatialUnderstandingSourceMesh.GetInputMeshList ( out int  meshCount,
out IntPtr  meshList 
)

Update the internal mesh list and provides an array pointer in the form the DLL will accept.

Parameters
meshCountNumber of meshes contains in the return mesh list
meshListMarshalled mesh list pointer. Valid only with the caller's function context
Returns

Definition at line 151 of file SpatialUnderstandingSourceMesh.cs.


The documentation for this class was generated from the following file: