camera updates

This commit is contained in:
2024-05-07 15:58:46 +01:00
parent a05be12071
commit 1efc176061
6 changed files with 84 additions and 61 deletions

View File

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