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

set light on for mesh by default
parent da858507
No related branches found
No related tags found
No related merge requests found
...@@ -898,7 +898,7 @@ StringXNumber MeshOptions_Number[] = { ...@@ -898,7 +898,7 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "LabelType" , opt_mesh_label_type , 0. , { F|O, "LabelType" , opt_mesh_label_type , 0. ,
"Type of element label (0=element number, 1=elementary entity number, 2=physical entity number, 3=partition number, 4=coordinates)" }, "Type of element label (0=element number, 1=elementary entity number, 2=physical entity number, 3=partition number, 4=coordinates)" },
{ F|O, "Light" , opt_mesh_light , 0. , { F|O, "Light" , opt_mesh_light , 1. ,
"Enable lighting for the mesh" }, "Enable lighting for the mesh" },
{ F|O, "LightLines" , opt_mesh_light_lines , 1. , { F|O, "LightLines" , opt_mesh_light_lines , 1. ,
"Enable lighting for mesh lines (element edges)" }, "Enable lighting for mesh lines (element edges)" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment