File: teapot.h

package info (click to toggle)
lightlab 0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 620 kB
  • ctags: 246
  • sloc: sh: 2,554; ansic: 1,843; makefile: 163
file content (8 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

#ifndef __TEAPOT_H__
#define __TEAPOT_H__

extern void solidTeapot(double scale);
extern void wireTeapot(double scale);

#endif /* __TEAPOT_H__ */