vrheights

view src/teapot.h @ 3:316ec8250af2

added the teapot code for testing
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 25 Sep 2014 17:13:23 +0300
parents
children
line source
1 #ifndef TEAPOT_H_
2 #define TEAPOT_H_
4 extern int patch_subdivision;
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 void bezier_teapot(float scale);
12 #ifdef __cplusplus
13 }
14 #endif
16 #endif /* TEAPOT_H_ */