File: fastDraw.pro

package info (click to toggle)
libqglviewer 2.6.3%2Bdfsg2-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,460 kB
  • sloc: cpp: 26,447; sh: 14; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The <code>fastDraw()</code> function enables interactivity even with large scenes.

# This example demonstrates the use of the <code>fastDraw()</code> function, which
# is called when the camera is manipulated. This function can be used to display a
# simplified version of the scene and is usefull for displaying very complex scene,
# while keeping an interactive camera motion.

TEMPLATE = app
TARGET   = fastDraw

HEADERS  = fastDraw.h
SOURCES  = fastDraw.cpp main.cpp

include( ../examples.pri )