Skip to content

Commit

Permalink
Removed unused ScrapeCamera.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed Nov 7, 2013
1 parent ce1e017 commit 88ce202
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ void CloudsVisualSystemScrape::selfEnd()
delete boxes[i];
}
boxes.clear();

// domeCamera.end();
}

// this is called when you should clear all the memory and delet anything you made in setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "ofxMtlBoxFitting.h"
#include "ofxTween.h"

#include "ScrapeCamera.h"

//--------------------------------------------------------------
//--------------------------------------------------------------
enum ScrapeMode
Expand Down Expand Up @@ -121,13 +119,11 @@ class CloudsVisualSystemScrape : public CloudsVisualSystem
// if you use a custom camera to fly through the scene
// you must implement this method for the transitions to work properly
// ofCamera& getCameraRef(){
// return domeCamera;
// return myCustomCamera;
// }

protected:

// ScrapeCamera domeCamera;

ofFbo contentFbo;
float fboSize;

Expand Down
201 changes: 0 additions & 201 deletions CloudsLibrary/src/VisualSystems/Scrape/vs_src/ScrapeCamera.cpp

This file was deleted.

79 changes: 0 additions & 79 deletions CloudsLibrary/src/VisualSystems/Scrape/vs_src/ScrapeCamera.h

This file was deleted.

6 changes: 0 additions & 6 deletions VSScrape/Scrape.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
644AAEFE182BE667000CC433 /* ofxBillboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 644AAEFA182BE667000CC433 /* ofxBillboard.cpp */; };
644AAFB0182BE69A000CC433 /* CloudsVisualSystemScrape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 644AAFAA182BE69A000CC433 /* CloudsVisualSystemScrape.cpp */; };
644AAFB1182BE69A000CC433 /* ofxMtlBoxFitting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 644AAFAC182BE69A000CC433 /* ofxMtlBoxFitting.cpp */; };
644AAFB2182BE69A000CC433 /* ScrapeCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 644AAFAE182BE69A000CC433 /* ScrapeCamera.cpp */; };
BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
Expand Down Expand Up @@ -310,8 +309,6 @@
644AAFAB182BE69A000CC433 /* CloudsVisualSystemScrape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CloudsVisualSystemScrape.h; sourceTree = "<group>"; };
644AAFAC182BE69A000CC433 /* ofxMtlBoxFitting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxMtlBoxFitting.cpp; sourceTree = "<group>"; };
644AAFAD182BE69A000CC433 /* ofxMtlBoxFitting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxMtlBoxFitting.h; sourceTree = "<group>"; };
644AAFAE182BE69A000CC433 /* ScrapeCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScrapeCamera.cpp; sourceTree = "<group>"; };
644AAFAF182BE69A000CC433 /* ScrapeCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrapeCamera.h; sourceTree = "<group>"; };
BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = "<group>"; };
E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; };
Expand Down Expand Up @@ -890,8 +887,6 @@
644AAFAB182BE69A000CC433 /* CloudsVisualSystemScrape.h */,
644AAFAC182BE69A000CC433 /* ofxMtlBoxFitting.cpp */,
644AAFAD182BE69A000CC433 /* ofxMtlBoxFitting.h */,
644AAFAE182BE69A000CC433 /* ScrapeCamera.cpp */,
644AAFAF182BE69A000CC433 /* ScrapeCamera.h */,
);
path = vs_src;
sourceTree = "<group>";
Expand Down Expand Up @@ -1732,7 +1727,6 @@
644AAEFE182BE667000CC433 /* ofxBillboard.cpp in Sources */,
644AAFB0182BE69A000CC433 /* CloudsVisualSystemScrape.cpp in Sources */,
644AAFB1182BE69A000CC433 /* ofxMtlBoxFitting.cpp in Sources */,
644AAFB2182BE69A000CC433 /* ScrapeCamera.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 88ce202

Please sign in to comment.