mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:20:00 +02:00
Hmm, last was missing some emptiness.
This commit is contained in:
parent
bbb5f832a2
commit
5312993e56
2 changed files with 17 additions and 5 deletions
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// Rig.cpp
|
||||
// hifi
|
||||
// libraries/script-engine/src/
|
||||
//
|
||||
// Created by Howard Stearns on 7/15/15.
|
||||
// Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15.
|
||||
// Copyright (c) 2015 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include "Rig.h"
|
||||
|
|
|
@ -1,14 +1,23 @@
|
|||
//
|
||||
// Rig.h
|
||||
// hifi
|
||||
// libraries/script-engine/src/
|
||||
//
|
||||
// Created by Howard Stearns on 7/15/15.
|
||||
// Produces animation data and hip placement for the current timestamp.
|
||||
//
|
||||
// Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15.
|
||||
// Copyright (c) 2015 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef __hifi__Rig__
|
||||
#define __hifi__Rig__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <QObject>
|
||||
|
||||
class AnimationObject : public QObject {
|
||||
|
||||
};
|
||||
|
||||
#endif /* defined(__hifi__Rig__) */
|
||||
|
|
Loading…
Reference in a new issue