15 #include "eggParameters.h" 30 _pos_threshold = 0.0001;
31 _normal_threshold = 0.0001;
32 _uv_threshold = 0.0001;
33 _color_threshold = 1.0/256.0;
35 _table_threshold = 0.0001;
EggParameters()
Initializes all the parameters with default values.
The values stored in this structure are global parameters that control some aspects of the egg librar...