MaxstARSDK
All Classes Files Functions Variables Enumerations Enumerator Macros
MasSurfaceMesh Class Reference

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

#import <MasSurfaceMesh.h>

Inheritance diagram for MasSurfaceMesh:
Inheritance graph
Collaboration diagram for MasSurfaceMesh:
Collaboration graph

Instance Methods

(instancetype) - init:
 
(float) - getInitializingProgress
 Get a percentage of progress during an initialization step of SLAM. More...
 
(int) - getVertexCount
 
(int) - getIndexCount
 
(float *) - getVertexBuffer
 
(unsigned short *) - getIndexBuffer
 

Detailed Description

Contains surface's mesh data generated from slam tracking.

Method Documentation

◆ getIndexBuffer()

- (unsigned short*) getIndexBuffer
Returns
surface mesh index buffer (Always returns same address so index count must be considered )

◆ getIndexCount()

- (int) getIndexCount
Returns
surface mesh index count

◆ getInitializingProgress()

- (float) getInitializingProgress

Get a percentage of progress during an initialization step of SLAM.

Returns
Slam initializing progress

◆ getVertexBuffer()

- (float*) getVertexBuffer
Returns
surface mesh vertex buffer (Always returns same address so vertex count must be considered)

◆ getVertexCount()

- (int) getVertexCount
Returns
surface mesh vertex count

◆ init:()

- (instancetype) init: (void *)  surfeceMesh

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