![]() |
Cinder
0.9.1
|
#include "cinder/DataSource.h"
#include "cinder/DataTarget.h"
#include "cinder/GeomIo.h"
#include <tuple>
#include <map>
Classes | |
class | cinder::ObjLoader |
struct | cinder::ObjLoader::Material |
struct | cinder::ObjLoader::Face |
struct | cinder::ObjLoader::Group |
Namespaces | |
cinder | |
Functions | |
void | cinder::writeObj (const DataTargetRef &dataTarget, const geom::Source &source, bool includeNormals=true, bool includeTexCoords=true) |
void | cinder::writeObj (const DataTargetRef &dataTarget, const geom::SourceRef &source, bool includeNormals=true, bool includeTexCoords=true) |