mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-30 uncrustify
This commit is contained in:
parent
5315af05a3
commit
bc5e02e3af
@ -389,22 +389,22 @@ public:
|
||||
ManipulatorMode::Enum manipulatorMode;
|
||||
|
||||
// to compute home position
|
||||
OSGNode *node;
|
||||
OSGNode *node;
|
||||
|
||||
// for NodeTrackerManipulator
|
||||
TrackerMode::Enum trackerMode;
|
||||
OSGNode *trackNode;
|
||||
OSGNode *trackNode;
|
||||
|
||||
bool logDepthBufferEnabled;
|
||||
bool logDepthBufferEnabled;
|
||||
osgEarth::Util::LogarithmicDepthBuffer *logDepthBuffer;
|
||||
|
||||
bool first;
|
||||
bool first;
|
||||
|
||||
// for User manipulator
|
||||
bool dirty;
|
||||
bool dirty;
|
||||
|
||||
bool clampToTerrain;
|
||||
bool intoTerrain;
|
||||
bool clampToTerrain;
|
||||
bool intoTerrain;
|
||||
|
||||
QVector3D attitude;
|
||||
QVector3D position;
|
||||
|
@ -37,7 +37,6 @@ class QUrl;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace osgQtQuick {
|
||||
|
||||
class OSGQTQUICK_EXPORT OptimizeMode : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
@ -282,18 +282,18 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
OSGViewport *self;
|
||||
OSGViewport *self;
|
||||
|
||||
QQuickWindow *window;
|
||||
QQuickWindow *window;
|
||||
|
||||
OSGNode *sceneData;
|
||||
OSGCamera *camera;
|
||||
OSGNode *sceneData;
|
||||
OSGCamera *camera;
|
||||
|
||||
UpdateMode::Enum updateMode;
|
||||
|
||||
int frameTimer;
|
||||
|
||||
osg::ref_ptr<osgViewer::CompositeViewer> viewer;
|
||||
osg::ref_ptr<osgViewer::CompositeViewer> viewer;
|
||||
osg::ref_ptr<osgViewer::View> view;
|
||||
|
||||
static osg::ref_ptr<osg::GraphicsContext> dummy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user