Docs 0.11.0

ofDocsexamples 3d 3DPrimitivesExample src main.cpp

Sources

src main.cpp src ofApp.cpp src ofApp.h

Comments

See also

documentationof3dUtils (functions)
documentationof3dPrimitive
documentationof3dGraphics
documentationof3dGraphics (functions)
documentation3d
examplesadvanced3dExample
openframeworksof3dGraphics.h
openframeworksof3dGraphics.cpp
openframeworksof3dUtils.h
openframeworksof3dUtils.cpp
openframeworksof3dPrimitives.h
openframeworksof3dPrimitives.cpp
openframeworks3d
#include "ofApp.h"

//--------------------------------------------------------------
int main(){
	ofSetupOpenGL(1280, 720, OF_WINDOW);
	ofRunApp(new ofApp()); // start the app
}