You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for FaceOSC ! It is really nice and works well. 👍
I would like to ask some questions about some settings in the settings.xml file, more precisely this part of the file :
<face>
<!-- <scale>1</scale> -->
<!-- <iterations>5</iterations> -->
<!-- <clamp>3</clamp> -->
<tolerance>.01</tolerance>
<!-- <attempts>1</attempts> -->
<!--
drawMesh is a bool, 0 or 1
1 by default
-->
<drawMesh>1</drawMesh>
<!-- <bIncludePose>1</bIncludePose> -->
<!-- <bIncludeGestures>1</bIncludeGestures> -->
<!-- <bIncludeAllVertices>0</bIncludeAllVertices> -->
<!-- <bSyphon>0</bSyphon> -->
</face>
The rest of the file is pretty obvious, but what means exactly : scale, iterations, clamp, tolerance and attempts, and what the values inside means ? How small/big can be the values inside ?
Thank you ! 💯
The text was updated successfully, but these errors were encountered:
Hi,
First, thank you for FaceOSC ! It is really nice and works well. 👍
I would like to ask some questions about some settings in the
settings.xml
file, more precisely this part of the file :The rest of the file is pretty obvious, but what means exactly :
scale
,iterations
,clamp
,tolerance
andattempts
, and what the values inside means ? How small/big can be the values inside ?Thank you ! 💯
The text was updated successfully, but these errors were encountered: