actuations adj

This commit is contained in:
2024-05-08 14:07:34 +01:00
parent 52b7649ffe
commit df9e7b4706
9 changed files with 151 additions and 48 deletions

View File

@@ -30,7 +30,7 @@ public class ActuationsSine : MonoBehaviour
m_Camera.m_Lens.FieldOfView = mappedFOV;
float mappedVertex = Map(50f, 20f, -1, 1, sin);
float mappedVertex = Map(90f, 50f, -1, 1, sin);
m_ActuationsMaterial.SetFloat("Vector1_B2CC132F", mappedVertex);
}