ofx3DModelLoader methods
ofx3DModelLoader::ofx3DModelLoader()
ofx3DModelLoader::~ofx3DModelLoader()
void ofx3DModelLoader::loadModel(string modelName, float scale=1.0)
void ofx3DModelLoader::setPosition(float x, float y, float z)
void ofx3DModelLoader::setScale(float x, float y, float z)
void ofx3DModelLoader::setRotation(int which, float angle, float rot_x, float rot_y, float r_z)
void ofx3DModelLoader::draw()
ofx3DModelLoader variables
vector< float > ofx3DModelLoader::rotAngle
vector< ofPoint > rotAxis
vector< ofPoint > ofx3DModelLoader::rotAxis
ofPoint ofx3DModelLoader::scale
ofPoint pos
ofPoint ofx3DModelLoader::pos
int ofx3DModelLoader::numRotations
ofx3DBaseLoader model
ofx3DBaseLoader ofx3DModelLoader::model