Cinder  0.9.1
Namespaces | Functions
ObjLoader.cpp File Reference
#include "cinder/ObjLoader.h"
#include <sstream>

Namespaces

 cinder
 

Functions

geom::SourceRef cinder::loadGeom (const fs::path &path)
 
void cinder::writeObj (const DataTargetRef &dataTarget, const geom::Source &source, bool includeNormals=true, bool includeTexCoords=true)
 

Variable Documentation

OStreamRef mStream
protected
bool mIncludeTexCoords
protected
bool mIncludeNormals
protected
bool mHasTexCoords
protected
bool mHasNormals
protected