MaxstARSDK
maxstAR.SurfaceMesh Class Reference

Contains surface's mesh data generated from slam tracking More...

Collaboration diagram for maxstAR.SurfaceMesh:
Collaboration graph

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...
 

Detailed Description

Contains surface's mesh data generated from slam tracking

Member Function Documentation

◆ GetIndexBuffer()

short [] maxstAR.SurfaceMesh.GetIndexBuffer ( )

surface mesh index buffer (Always returns same address so index count must be considered )

Returns
surface mesh index buffer

◆ GetIndexCount()

int maxstAR.SurfaceMesh.GetIndexCount ( )

Returns
surface mesh index count

◆ GetInitializingProgress()

float maxstAR.SurfaceMesh.GetInitializingProgress ( )

Get a percentage of progress during an initialization step of SLAM

Returns
Slam initializing progress

◆ GetVertexBuffer()

float [] maxstAR.SurfaceMesh.GetVertexBuffer ( )

surface mesh vertex buffer (Always returns same address so vertex count must be considered)

Returns
surface mesh vertex buffer

◆ GetVertexCount()

int maxstAR.SurfaceMesh.GetVertexCount ( )

Returns
surface mesh vertex count

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