Skip to content

Commit

Permalink
Update of-0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesveasey committed Sep 25, 2015
1 parent f59c4c1 commit 044ba65
Show file tree
Hide file tree
Showing 104 changed files with 13,184 additions and 9,243 deletions.
2 changes: 1 addition & 1 deletion Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/
//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to:
//ICON_FILE_PATH = bin/data/

OTHER_LDFLAGS = $(OF_CORE_LIBS)
OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS)
HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
8 changes: 3 additions & 5 deletions addons.make
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ofxOsc
ofxOpenCv
ofxMediaType
ofxBezierSurface
ofxM3U
ofxMultiGLFWWindow
ofxCurvesTool
ofxOpenCv
ofxOsc
ofxWMFVideoPlayer
9 changes: 4 additions & 5 deletions bin/data/settings.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

<socket enabled="on" host="localhost" receive="3334" send="3333"/>

<input file="" flip="off" loop="off" rotate="0" scale="1" slide="5" source="grid"/>

<input file="/Users/Charles/Code/openFrameworks/apps/myApps/vDome/bin/data/settings/media/color-2k-422HQ.mov" flip="off" framerate="60" loop="on" rotate="0" scale="1" source="grid" tilt="0"/>
<model radius="10"/>

<window fullscreen="off" position="0,0" resolution="1920,768">
<projector brightness="1" contrast="1" fov="72" gamma="1,1,1,1" hsl="1,1,1" levels="0,255" offset="0,0" orientation="0,18,0" position="0,0,10" resolution="1024,768" scale="1,1" shear="0,0,0,0,0,0"/>
<projector brightness="1" contrast="1" fov="72" gamma="1,1,1,1" hsl="1,1,1" levels="0,255" offset="0,0" orientation="0,18,0" position="0,0,10" resolution="1024,768" scale="1,1" shear="0,0,0,0,0,0"/>
<window fullscreen="off" position="200,100" resolution="1024,768">
<projector brightness="1" contrast="1" fov="72" offset="0,0" orientation="0,18,0" position="0,0,10" resolution="1024,768" saturation="1,1,1"/>
</window>

</vDome>
Loading

0 comments on commit 044ba65

Please sign in to comment.