Skip to content

Commit

Permalink
code so far
Browse files Browse the repository at this point in the history
has a class for each specimen, loads in ply file and corresponding data
from a csv file, saves out analytics in a separate file, saves the
camera position
  • Loading branch information
crecord committed Dec 14, 2015
1 parent ab8eec0 commit 7e72a19
Show file tree
Hide file tree
Showing 77 changed files with 4,097,197 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
17 changes: 17 additions & 0 deletions Project.xcconfig
1 change: 1 addition & 0 deletions addons.make
Empty file added bin/data/.gitkeep
Empty file.
10 changes: 10 additions & 0 deletions bin/data/analytics.csv
1 change: 1 addition & 0 deletions bin/data/cliff.csv
2,999,829 changes: 2,999,829 additions & 0 deletions bin/data/cliff.ply
1 change: 1 addition & 0 deletions bin/data/doug2.csv
566,287 changes: 566,287 additions & 0 deletions bin/data/doug2.ply
27 changes: 27 additions & 0 deletions bin/data/ofEasyCamSettings
1 change: 1 addition & 0 deletions bin/data/ric.csv
525,933 changes: 525,933 additions & 0 deletions bin/data/ric.ply
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
38 changes: 38 additions & 0 deletions bin/mysteryDoor1Debug.app/Contents/Info.plist
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions bin/mysteryDoor1Debug.app/Contents/PkgInfo
Binary file not shown.
142 changes: 142 additions & 0 deletions config.make
634 changes: 634 additions & 0 deletions mysteryDoor1.xcodeproj/project.pbxproj
Binary file not shown.
22 changes: 22 additions & 0 deletions openFrameworks-Info.plist
38 changes: 38 additions & 0 deletions src/Specimen.cpp
37 changes: 37 additions & 0 deletions src/Specimen.h
13 changes: 13 additions & 0 deletions src/main.cpp
135 changes: 135 additions & 0 deletions src/ofApp.cpp
35 changes: 35 additions & 0 deletions src/ofApp.h

0 comments on commit 7e72a19

Please sign in to comment.