MaxstARSDK
All Classes Files Functions Variables Enumerations Enumerator Macros
MasSurfaceMesh.h
Go to the documentation of this file.
1 //
2 // MasSurfaceMesh.h
3 // MaxstARSDKFramework
4 //
5 // Created by Kimseunglee on 2017. 12. 10..
6 // Copyright © 2017년 Maxst. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface MasSurfaceMesh : NSObject
15 
16 - (instancetype)init:(void*)surfeceMesh;
17 
22 - (float) getInitializingProgress;
23 
27 - (int) getVertexCount;
28 
32 - (int) getIndexCount;
33 
37 - (float*) getVertexBuffer;
38 
42 - (unsigned short*) getIndexBuffer;
43 
44 @end
Contains surface&#39;s mesh data generated from slam tracking.
Definition: MasSurfaceMesh.h:14
float * getVertexBuffer()
unsigned short * getIndexBuffer()
float getInitializingProgress()
Get a percentage of progress during an initialization step of SLAM.