We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b896f commit ddcc0ffCopy full SHA for ddcc0ff
test/cmdLineArgs/src/cmdLineArgsApp.cpp
@@ -1,3 +1,5 @@
1
+// Derives window background color from three floating point args, e.g. orange: cmdLineArgs 1.0 0.5 0.25
2
+
3
#include "cinder/app/App.h"
4
#include "cinder/app/RendererGl.h"
5
#include "cinder/gl/gl.h"
@@ -7,7 +9,6 @@ using namespace ci;
7
9
using namespace ci::app;
8
10
using namespace std;
11
-// We'll create a new Cinder Application by deriving from the App class
12
class cmdLineArgsApp : public App {
13
public:
14
void setup();
0 commit comments