File: keyFrames.pro

package info (click to toggle)
libqglviewer 2.6.3%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 9,396 kB
  • ctags: 3,201
  • sloc: cpp: 26,447; sh: 84; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The <code>KeyFrameInterpolator</code> test example.

# KeyFrameInterpolator smoothly interpolate their attached Frame over time on a path defined by
# Frames. The interpolation can be started/stopped/reset, played in loop, played at a different
# speed, etc...

# In this examples, the path is defined by four ManipulatedFrame which all can be moved with the
# mouse. The interpolating path is updated accordingly.

# The path and the interpolating axis are drawn using KeyFrameInterpolator::drawPath().

# By default, the Camera holds 12 KeyFrameInterpolator, binded to the F1-12 keys. Use Alt-Fx to
# define a new keyFrame for path x, and simply press Fx to play/pause the path x. See the <a
# href="../keyboard.html">keyboard</a> page for details.

TEMPLATE = app
TARGET   = keyFrames

HEADERS  = keyFrames.h
SOURCES  = keyFrames.cpp main.cpp

include( ../examples.pri )