Public Member Functions | |
int | getVertexCount () |
int | getIndexCount () |
float [] | getVertexBuffer () |
short [] | getIndexBuffer () |
Package Functions | |
void | updateSurfaceMesh () |
class for Surface mesh data generated from slam tracking
Definition at line 9 of file SurfaceMesh.java.
short [] com.maxst.ar.SurfaceMesh.getIndexBuffer | ( | ) |
Definition at line 62 of file SurfaceMesh.java.
int com.maxst.ar.SurfaceMesh.getIndexCount | ( | ) |
Definition at line 48 of file SurfaceMesh.java.
float [] com.maxst.ar.SurfaceMesh.getVertexBuffer | ( | ) |
Definition at line 55 of file SurfaceMesh.java.
int com.maxst.ar.SurfaceMesh.getVertexCount | ( | ) |
Definition at line 41 of file SurfaceMesh.java.