1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-29 osgearth integration : fixed comment encoding issues in OSGCamera

This commit is contained in:
Philippe Renon 2015-07-30 21:51:23 +02:00
parent 9d97cbad1c
commit 14a0c1da12

View File

@ -55,9 +55,9 @@ public:
virtual ~OSGCamera();
// fov depends on the scenery space (probaby distance)
// here are some value: 75°, 60°, 45° many gamers use
// x-plane uses 45° for 4:3 and 60° for 16:9/16:10
// flightgear uses 55° / 70°
// here are some value: 75°, 60°, 45° many gamers use
// x-plane uses 45° for 4:3 and 60° for 16:9/16:10
// flightgear uses 55° / 70°
qreal fieldOfView() const;
void setFieldOfView(qreal arg);