File: drawLight.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 (12 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# The <code>drawLight()</code> function is a light debugging tool.

# drawLight() takes as an argument the GL index of the lamp : GL_LIGHT0, GL_LIGHT1... and displays a
# symbolic representation of the light. This function is usefull for debugging your light setup.

TEMPLATE = app
TARGET   = drawLight

HEADERS  = drawLight.h
SOURCES  = drawLight.cpp main.cpp

include( ../examples.pri )