|
@ -40,15 +40,14 @@ You can use the example application of the addon for simple projection mapping p |
|
|
|
|
|
|
|
|
2. Compile and run the example project. |
|
|
2. Compile and run the example project. |
|
|
|
|
|
|
|
|
``` |
|
|
```bash |
|
|
cd example |
|
|
cd openFrameworks/addons/ofxPiMapper/example |
|
|
make |
|
|
make && make run |
|
|
./bin/example |
|
|
|
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
3. Use the `-f` flag to launch it fullscreen. |
|
|
3. Use the `-f` flag to launch it fullscreen. |
|
|
|
|
|
|
|
|
``` |
|
|
```bash |
|
|
./bin/example -f |
|
|
./bin/example -f |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|