Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169109 | Differences between
and this patch

Collapse All | Expand All

(-)qavimator/src/animation.h (-2 / +2 lines)
Lines 27-35 Link Here
27
#include "iktree.h"
27
#include "iktree.h"
28
#include "rotation.h"
28
#include "rotation.h"
29
29
30
#define DEFAULT_POSE "data/TPose.avm"
30
#define DEFAULT_POSE "../lib/qavimator/data/TPose.avm"
31
// #define DEFAULT_POSE "data/Relaxed.bvh"
31
// #define DEFAULT_POSE "data/Relaxed.bvh"
32
#define LIMITS_FILE "data/SL.lim"
32
#define LIMITS_FILE "../lib/qavimator/data/SL.lim"
33
33
34
class BVH;
34
class BVH;
35
35
(-)qavimator/src/animationview.h (-2 / +2 lines)
Lines 41-48 Link Here
41
#include "prop.h"
41
#include "prop.h"
42
#include "bvh.h"
42
#include "bvh.h"
43
43
44
#define MALE_BVH   "data/SLMale.bvh"
44
#define MALE_BVH   "../lib/qavimator/data/SLMale.bvh"
45
#define FEMALE_BVH "data/SLFemale.bvh"
45
#define FEMALE_BVH "../lib/qavimator/data/SLFemale.bvh"
46
46
47
// defines where we start counting opengl ids for parts with multiple animations
47
// defines where we start counting opengl ids for parts with multiple animations
48
// first animation counts 0-ANIMATION_INCREMENT-1, next ANIMATION_INCREMENT++
48
// first animation counts 0-ANIMATION_INCREMENT-1, next ANIMATION_INCREMENT++
(-)qavimator/src/qavimator.h (-4 / +4 lines)
Lines 28-37 Link Here
28
#include <qtimer.h>
28
#include <qtimer.h>
29
29
30
#define UNTITLED_NAME "Untitled.avm"
30
#define UNTITLED_NAME "Untitled.avm"
31
#define PLAY_IMAGE "data/play.png"
31
#define PLAY_IMAGE "../lib/qavimator/data/play.png"
32
#define PAUSE_IMAGE "data/pause.png"
32
#define PAUSE_IMAGE "../lib/qavimator/data/pause.png"
33
#define KEY_IMAGE "data/key.png"
33
#define KEY_IMAGE "../lib/qavimator/data/key.png"
34
#define NOKEY_IMAGE "data/nokey.png"
34
#define NOKEY_IMAGE "../lib/qavimator/data/nokey.png"
35
35
36
#include "mainapplicationform.h"
36
#include "mainapplicationform.h"
37
#include "rotation.h"
37
#include "rotation.h"

Return to bug 169109