File: constrainedFrame.pro

package info (click to toggle)
libqglviewer 2.8.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,092 kB
  • sloc: cpp: 25,884; makefile: 24; sh: 14
file content (15 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Constraints can limit the translation and/or rotation of a (Manipulated)Frame.

# Try the different possible constraints using the T (translate) and R (rotate) keys. G and D change
# the constraint directions. Press Space to change the coordinate system (World, Camera or Local)
# which defines the constraint directions.

# Press the Control key while moving the mouse to move the camera.

TEMPLATE = app
TARGET   = constrainedFrame

HEADERS  = constrainedFrame.h
SOURCES  = constrainedFrame.cpp main.cpp

include( ../examples.pri )