Skip to content

Instantly share code, notes, and snippets.

@nathan130200
Last active June 16, 2019 02:03
Show Gist options
  • Save nathan130200/3eced16b3ecaeac55c0cc5adab3e9b89 to your computer and use it in GitHub Desktop.
Save nathan130200/3eced16b3ecaeac55c0cc5adab3e9b89 to your computer and use it in GitHub Desktop.
Overwatch: 3rd Person Camera with Workshop
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