further commit with correct orientation / placement of the images for FCP
This commit is contained in:
@@ -28,9 +28,9 @@ void RelaxRateAnalysis::setup(int camWidth, int camHeight)
|
||||
_gotFirstImage=false;
|
||||
_mesh_size_multiplier = 8;
|
||||
vertexSubsampling_x = 1; //must be at least '1'
|
||||
vertexSubsampling_y = 7; //must be at least '1'
|
||||
vertexSubsampling_y = 5; //must be at least '1'
|
||||
chooseColour = 2;
|
||||
multiplier = 3.0;
|
||||
multiplier = 4.0;
|
||||
|
||||
//blendMode = OF_BLENDMODE_ADD;
|
||||
//blendMode = OF_BLENDMODE_MULTIPLY;
|
||||
|
||||
@@ -28,13 +28,14 @@ void ShadowScapesAnalysis::setup(int camWidth, int camHeight)
|
||||
//flag for main sketch
|
||||
meshIsComplete=false;
|
||||
_gotFirstImage=false;
|
||||
_mesh_size_multiplier = 15;
|
||||
_mesh_size_multiplier = 8;
|
||||
vertexSubsampling = 1;
|
||||
chooseColour = 5;
|
||||
multiplier = 4.0;
|
||||
|
||||
ofSetLineWidth(5.0f);
|
||||
glPointSize(5.0f);
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
|
||||
//blendMode = OF_BLENDMODE_ADD;
|
||||
//blendMode = OF_BLENDMODE_MULTIPLY;
|
||||
|
||||
Reference in New Issue
Block a user