MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / setup

Method setup

Duration/src/testApp.cpp:39–52  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

37
38//--------------------------------------------------------------
39void testApp::setup(){
40
41 ofSetVerticalSync(true);
42 ofSetFrameRate(30);
43 ofBackground(.15*255);
44 ofEnableAlphaBlending();
45 ofEnableSmoothing();
46 ofSetEscapeQuitsApp(false);
47
48 controller.setup();
49 #ifdef TARGET_OSX
50 RemoveCocoaMenusFromGlut("Duration");
51 #endif
52}
53
54//--------------------------------------------------------------
55void testApp::update(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected