mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Intensity input fully functional
now time for, ugh, math.
This commit is contained in:
parent
5acbe06afe
commit
5159cc7921
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace HeavenStudio
|
|||
public static Vector3 defaultPosition = new Vector3(0, 0, -10);
|
||||
public static Vector3 defaultRotEluer = new Vector3(0, 0, 0);
|
||||
public static Vector3 defaultScale = new Vector3(16, 9, 1);
|
||||
public static Vector3 defaultShake = new Vector3(0, 0, 0);
|
||||
|
||||
/**
|
||||
camera's current transformation
|
||||
|
@ -182,6 +183,7 @@ namespace HeavenStudio
|
|||
position = defaultPosition;
|
||||
rotEluer = defaultRotEluer;
|
||||
scale = defaultScale;
|
||||
shakeResult = defaultShake;
|
||||
}
|
||||
|
||||
public static void ResetAdditionalTransforms()
|
||||
|
|
Loading…
Reference in a new issue