MaxstARSDK
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
+
Functions
a
b
c
d
e
f
g
i
l
m
o
q
r
s
t
u
Variables
Enumerations
Enumerator
+
Files
File List
+
File Members
All
Variables
Macros
•
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
MasSurfaceMesh
Contains surface's mesh data generated from slam tracking.
Definition:
MasSurfaceMesh.h:14
-[MasSurfaceMesh getVertexBuffer]
float * getVertexBuffer()
-[MasSurfaceMesh getIndexBuffer]
unsigned short * getIndexBuffer()
-[MasSurfaceMesh getInitializingProgress]
float getInitializingProgress()
Get a percentage of progress during an initialization step of SLAM.
-[MasSurfaceMesh getIndexCount]
int getIndexCount()
-[MasSurfaceMesh getVertexCount]
int getVertexCount()
MaxstAR
MaxstARiOS
MasSurfaceMesh.h
Generated by
1.8.13