![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
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...
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... | |
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.
| 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.
| meshCount | Number of meshes contains in the return mesh list |
| meshList | Marshalled mesh list pointer. Valid only with the caller's function context |
Definition at line 151 of file SpatialUnderstandingSourceMesh.cs.