Skip to content

Commit

Permalink
Upgrade xcode & xcode_ios build.
Browse files Browse the repository at this point in the history
Remove bad images.
  • Loading branch information
vinjn committed Jun 9, 2016
1 parent 37e4f40 commit 996ed9f
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 153 deletions.
Binary file removed assets/people/p1947382435.jpg
Binary file not shown.
Binary file removed assets/people/p1947388256.jpg
Binary file not shown.
Binary file removed assets/people/p1990706192.jpg
Binary file not shown.
10 changes: 3 additions & 7 deletions src/FaceOffApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "IFaceTracker/IFaceTracker.h"
#include "MiniConfig.h"
#include "AssetManager.h"

#include "Clone.h"

#if 0 // defined (CINDER_MSW)
Expand Down Expand Up @@ -290,13 +292,7 @@ void FaceOff::setup()
}
}

// TODO: assert
fs::directory_iterator kEnd;
fs::path peopleFolder = getAssetPath("people");
for (fs::directory_iterator it(peopleFolder); it != kEnd; ++it)
{
mPeopleNames.push_back(it->path().filename().string());
}
mPeopleNames = am::shortPaths("people");

#if !defined( CINDER_GL_ES )
mParam = params::InterfaceGl::create("param", ivec2(300, getConfigUIHeight()));
Expand Down
Loading

0 comments on commit 996ed9f

Please sign in to comment.