mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:35:14 +02:00
Updated headers to match the new standard.
This commit is contained in:
parent
f707719f4e
commit
f0dfb7fc38
4 changed files with 30 additions and 18 deletions
|
@ -1,9 +1,12 @@
|
||||||
//
|
//
|
||||||
// FaceTracker.cpp
|
// FaceTracker.cpp
|
||||||
// interface
|
// interface/src/devices
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/8/14.
|
// Created by Andrzej Kapolka on 4/9/14.
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "FaceTracker.h"
|
#include "FaceTracker.h"
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
//
|
//
|
||||||
// FaceTracker.h
|
// FaceTracker.h
|
||||||
// interface
|
// interface/src/devices
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/8/14.
|
// Created by Andrzej Kapolka on 4/9/14.
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef __interface__FaceTracker__
|
#ifndef hifi_FaceTracker_h
|
||||||
#define __interface__FaceTracker__
|
#define hifi_FaceTracker_h
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
@ -40,4 +43,4 @@ protected:
|
||||||
QVector<float> _blendshapeCoefficients;
|
QVector<float> _blendshapeCoefficients;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__interface__FaceTracker__) */
|
#endif // hifi_FaceTracker_h
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
//
|
//
|
||||||
// Faceplus.cpp
|
// Faceplus.cpp
|
||||||
// interface
|
// interface/src/devices
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/8/14.
|
// Created by Andrzej Kapolka on 4/9/14.
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
//
|
//
|
||||||
// Faceplus.h
|
// Faceplus.h
|
||||||
// interface
|
// interface/src/devices
|
||||||
//
|
//
|
||||||
// Created by Andrzej Kapolka on 4/8/14.
|
// Created by Andrzej Kapolka on 4/9/14.
|
||||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright 2014 High Fidelity, Inc.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef __interface__Faceplus__
|
#ifndef hifi_Faceplus_h
|
||||||
#define __interface__Faceplus__
|
#define hifi_Faceplus_h
|
||||||
|
|
||||||
#include <QMultiHash>
|
#include <QMultiHash>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
|
@ -73,4 +76,4 @@ private:
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__interface__Faceplus__) */
|
#endif // hifi_Faceplus_h
|
||||||
|
|
Loading…
Reference in a new issue