diff options
Diffstat (limited to 'FaceTrackNoIR/FaceTrackNoIR.h')
-rw-r--r-- | FaceTrackNoIR/FaceTrackNoIR.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/FaceTrackNoIR/FaceTrackNoIR.h b/FaceTrackNoIR/FaceTrackNoIR.h index 984b09c0..c1d48a4b 100644 --- a/FaceTrackNoIR/FaceTrackNoIR.h +++ b/FaceTrackNoIR/FaceTrackNoIR.h @@ -136,12 +136,9 @@ private: void setUseFilter( int set );
// reduction factor sliders
- void setRedYaw( int redh );
- void setRedPitch( int redh );
- void setRedRoll( int redh );
- void setRedX( int redh );
- void setRedY( int redh );
- void setRedZ( int redh );
+ void setMinSmooth( int redh );
+ void setMaxSmooth( int redh );
+ void setPowCurve( int redh );
//smoothing slider
void setSmoothing( int smooth );
|