sxsb

Results 2 comments of sxsb

Probably something like `fn look_at(&mut self, eye: Vec3, center: Vec3)` And you would get the direction vector by subtracting the 2 points, you would also need the current quaternion's direction...

That does work if I'm using vectors for directions, however I am using quaternions. Though there's a way to convert a vector into a quaternion, I think it would be...