![]() |
OpenGL ES SDK for Android
ARM Developer Center
|
#include "meshloader.h"#include "glutil.h"#include "common.h"#include <sstream>#include <iostream>#include <fstream>#include <vector>Go to the source code of this file.
Functions | |
| bool | load_mesh_binary (Mesh &mesh, string path) |
| bool load_mesh_binary | ( | Mesh & | mesh, |
| string | path | ||
| ) |
Definition at line 37 of file meshloader.cpp.