Skip to content
Snippets Groups Projects
Commit afb46667 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent f1093f6e
No related branches found
No related tags found
No related merge requests found
...@@ -672,9 +672,14 @@ StringXNumber GeneralOptions_Number[] = { ...@@ -672,9 +672,14 @@ StringXNumber GeneralOptions_Number[] = {
"Display size of points (in pixels)" }, "Display size of points (in pixels)" },
{ F|O, "PolygonOffsetAlwaysOn" , opt_general_polygon_offset_always , 0. , { F|O, "PolygonOffsetAlwaysOn" , opt_general_polygon_offset_always , 0. ,
"Always apply polygon offset, instead of trying to detect when it is required" }, "Always apply polygon offset, instead of trying to detect when it is required" },
{ F|O, "PolygonOffsetFactor" , opt_general_polygon_offset_factor , 0.5 , { F|O, "PolygonOffsetFactor" , opt_general_polygon_offset_factor ,
#if defined(__APPLE__)
0.5 ,
#else
1.0 ,
#endif
"Polygon offset factor (offset = factor * DZ + r * units)" }, "Polygon offset factor (offset = factor * DZ + r * units)" },
{ F|O, "PolygonOffsetUnits" , opt_general_polygon_offset_units , 0.5 , { F|O, "PolygonOffsetUnits" , opt_general_polygon_offset_units , 1. ,
"Polygon offset units (offset = factor * DZ + r * units)" }, "Polygon offset units (offset = factor * DZ + r * units)" },
{ F|O, "QuadricSubdivisions" , opt_general_quadric_subdivisions, 8. , { F|O, "QuadricSubdivisions" , opt_general_quadric_subdivisions, 8. ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment