HomeWildfire Games

Splits Camera control from CGameView to separate file.

Description

Splits Camera control from CGameView to separate file.

Commented By: elexis, Stan
Differential Revision: https://code.wildfiregames.com/D2347

Event Timeline

Silier added a subscriber: Silier.Oct 3 2019, 8:36 AM
Silier added inline comments.
/ps/trunk/source/graphics/CameraController.cpp
142

should not be here view.pos.x and so on?

vladislavbelov added inline comments.Oct 3 2019, 11:14 AM
/ps/trunk/source/graphics/CameraController.cpp
142

That's ok, because it's strange to have a different smoothness for different axis of position. It makes sense for rotation, because it has different angles.

Silier added inline comments.Oct 3 2019, 12:55 PM
/ps/trunk/source/graphics/CameraController.cpp
142

In that case it should read/and be just one variable from/in js

142

oh ok :)