dolly
dolly copied to clipboard
Composable camera rigs
Update the CI to use current / maintained actions.
Tested that this works by running the examples.
The current implementation in ``` pub fn look_at(forward: V) -> Q where V: Into, Q: From, { let forward: Vec3 = forward.into().into(); let result = forward .try_normalize() .and_then(|forward| { let...
Does as it says on the tin :)