mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[EzCurls] Adjust defaults
This commit is contained in:
parent
6fc809692d
commit
fca0a32257
1 changed files with 5 additions and 5 deletions
|
@ -9,16 +9,16 @@ internal class InputModuleCurlAdjuster : CVRInputModule
|
||||||
|
|
||||||
// Curl clamping/adjustment
|
// Curl clamping/adjustment
|
||||||
public bool UseCurlSnapping = false;
|
public bool UseCurlSnapping = false;
|
||||||
public float SnappedCurlValue = 0.5f;
|
public float SnappedCurlValue = 0.4f;
|
||||||
public float RangeStartPercent = 0.5f;
|
public float RangeStartPercent = 0.25f;
|
||||||
public float RangeEndPercent = 0.8f;
|
public float RangeEndPercent = 0.5f;
|
||||||
|
|
||||||
// Curl smoothing/averaging
|
// Curl smoothing/averaging
|
||||||
public bool UseCurlSmoothing = false;
|
public bool UseCurlSmoothing = true;
|
||||||
public bool DontSmoothExtremes = true;
|
public bool DontSmoothExtremes = true;
|
||||||
public bool OnlySmoothNearbyCurl = false;
|
public bool OnlySmoothNearbyCurl = false;
|
||||||
public float CurlSimilarityThreshold = 0.5f;
|
public float CurlSimilarityThreshold = 0.5f;
|
||||||
public float CurlSmoothingFactor = 0.5f;
|
public float CurlSmoothingFactor = 0.4f;
|
||||||
|
|
||||||
public new void Start()
|
public new void Start()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue