actuations adj
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user