MaxstARSDK
3.5.0
|
Contains surface's mesh data generated from slam tracking More...
Public Member Functions | |
float | GetInitializingProgress () |
Get a percentage of progress during an initialization step of SLAM More... | |
int | GetVertexCount () |
int | GetIndexCount () |
float [] | GetVertexBuffer () |
surface mesh vertex buffer (Always returns same address so vertex count must be considered) More... | |
short [] | GetIndexBuffer () |
surface mesh index buffer (Always returns same address so index count must be considered ) More... | |
Package Functions | |
void | UpdateSurfaceMesh () |
Contains surface's mesh data generated from slam tracking
Definition at line 17 of file SurfaceMesh.cs.
short [] maxstAR.SurfaceMesh.GetIndexBuffer | ( | ) |
surface mesh index buffer (Always returns same address so index count must be considered )
Definition at line 121 of file SurfaceMesh.cs.
int maxstAR.SurfaceMesh.GetIndexCount | ( | ) |
Definition at line 103 of file SurfaceMesh.cs.
float maxstAR.SurfaceMesh.GetInitializingProgress | ( | ) |
Get a percentage of progress during an initialization step of SLAM
Definition at line 87 of file SurfaceMesh.cs.
float [] maxstAR.SurfaceMesh.GetVertexBuffer | ( | ) |
surface mesh vertex buffer (Always returns same address so vertex count must be considered)
Definition at line 112 of file SurfaceMesh.cs.
int maxstAR.SurfaceMesh.GetVertexCount | ( | ) |
Definition at line 95 of file SurfaceMesh.cs.