36#ifndef __glunurbsconsts_h_
37#define __glunurbsconsts_h_
41#define N_SAMPLING_TOLERANCE 1
44#define N_CLAMPFACTOR 13
45#define N_NOCLAMPING 0.0
46#define N_MINSAVINGS 14
47#define N_NOSAVINGSSUBDIVISION 0.0
52#define N_NOCULLING 0.0
53#define N_CULLINGON 1.0
54#define N_SAMPLINGMETHOD 10
55#define N_NOSAMPLING 0.0
56#define N_FIXEDRATE 3.0
57#define N_DOMAINDISTANCE 2.0
58#define N_PARAMETRICDISTANCE 5.0
59#define N_PATHLENGTH 6.0
60#define N_SURFACEAREA 7.0
61#define N_OBJECTSPACE_PARA 8.0
62#define N_OBJECTSPACE_PATH 9.0
63#define N_BBOX_SUBDIVIDING 17
64#define N_NOBBOXSUBDIVISION 0.0
65#define N_BBOXTIGHT 1.0
66#define N_BBOXROUND 2.0
72#define N_OUTLINE_POLY 2.0
73#define N_OUTLINE_TRI 3.0
74#define N_OUTLINE_QUAD 4.0
75#define N_OUTLINE_PATCH 5.0
76#define N_OUTLINE_PARAM 6.0
77#define N_OUTLINE_PARAM_S 7.0
78#define N_OUTLINE_PARAM_ST 8.0
79#define N_OUTLINE_SUBDIV 9.0
80#define N_OUTLINE_SUBDIV_S 10.0
81#define N_OUTLINE_SUBDIV_ST 11.0
82#define N_ISOLINE_S 12.0
83#define N_ERRORCHECKING 4
88#ifndef N_PIXEL_TOLERANCE
89#define N_PIXEL_TOLERANCE N_SAMPLING_TOLERANCE
90#define N_ERROR_TOLERANCE 20
91#define N_SUBDIVISIONS 5
94#define N_TMP2 N_SAMPLINGMETHOD
97#define N_TMP5 N_CLAMPFACTOR
98#define N_TMP6 N_MINSAVINGS
99#define N_S_STEPS N_S_RATE
100#define N_T_STEPS N_T_RATE
105#define N_CULLINGMATRIX 1
106#define N_SAMPLINGMATRIX 2
107#define N_BBOXMATRIX 3