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

smaller default polyg offset
parent b3f43f49
No related branches found
No related tags found
No related merge requests found
...@@ -672,9 +672,9 @@ StringXNumber GeneralOptions_Number[] = { ...@@ -672,9 +672,9 @@ 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 , 1. , { F|O, "PolygonOffsetFactor" , opt_general_polygon_offset_factor , 0.5 ,
"Polygon offset factor (offset = factor * DZ + r * units)" }, "Polygon offset factor (offset = factor * DZ + r * units)" },
{ F|O, "PolygonOffsetUnits" , opt_general_polygon_offset_units , 1. , { F|O, "PolygonOffsetUnits" , opt_general_polygon_offset_units , 0.5 ,
"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.
Please register or to comment