FreeWRL/FreeX3D  3.0.0
Tess.h
1 /*
2 
3 
4 */
5 
6 /****************************************************************************
7  This file is part of the FreeWRL/FreeX3D Distribution.
8 
9  Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
10 
11  FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
12  it under the terms of the GNU Lesser Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  FreeWRL/FreeX3D is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  GNU General Public License for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
23 ****************************************************************************/
24 
25 
26 #ifndef __FREEWRL_TESS_H__
27 #define __FREEWRL_TESS_H__
28 
29 
30 /* Triangulator extern defs - look in CFuncs/Tess.c */
31 extern struct X3D_PolyRep *global_tess_polyrep;
32 //#if !defined(IPHONE) && !defined(_ANDROID)
33 //extern GLUtriangulatorObj *global_tessobj;
34 //#endif
35 //extern int global_IFS_Coords[];
36 //extern int global_IFS_Coord_count;
37 
38 
39 #endif /* __FREEWRL_TESS_H__ */