ofx3DModelLoader

ofx3DModelLoader methods

ofx3DModelLoader()

ofx3DModelLoader::ofx3DModelLoader()

~ofx3DModelLoader()

ofx3DModelLoader::~ofx3DModelLoader()

loadModel(...)

void ofx3DModelLoader::loadModel(string modelName, float scale=1.0)

setPosition(...)

void ofx3DModelLoader::setPosition(float x, float y, float z)

setScale(...)

void ofx3DModelLoader::setScale(float x, float y, float z)

setRotation(...)

void ofx3DModelLoader::setRotation(int which, float angle, float rot_x, float rot_y, float r_z)

draw()

void ofx3DModelLoader::draw()

ofx3DModelLoader variables

vector< float > rotAngle

vector< float > ofx3DModelLoader::rotAngle

vector< ofPoint > rotAxis

vector< ofPoint > ofx3DModelLoader::rotAxis

ofPoint scale

ofPoint ofx3DModelLoader::scale

ofPoint pos

ofPoint ofx3DModelLoader::pos

int numRotations

int ofx3DModelLoader::numRotations

ofx3DBaseLoader model

ofx3DBaseLoader ofx3DModelLoader::model