Last active
June 16, 2019 02:03
-
-
Save nathan130200/3eced16b3ecaeac55c0cc5adab3e9b89 to your computer and use it in GitHub Desktop.
Overwatch: 3rd Person Camera with Workshop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start Camera( | |
Event Player, | |
Add( | |
Add( | |
Add( | |
Event Player, | |
World Vector Of( | |
Vector(-0.4, 0.0, 0.3), | |
Event Player, | |
Rotation | |
) | |
), | |
Multiply(Up, 1.5) | |
), | |
Multiply( | |
Facing Direction Of(Event Player), | |
-2.0 | |
) | |
), | |
Add( | |
Event Player, | |
Multiply( | |
Facing Direction Of(Event Player), | |
1000 | |
) | |
), | |
200 | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment