From cd53190aa0ba29e6ef12adb4be96a148963d223d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 22 Feb 2002 16:43:24 +0000 Subject: [PATCH] Mesh normal and tangent colors were inverted --- Common/DefaultOptions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 60b079b2ed..b81ab8756c 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1077,16 +1077,16 @@ StringXColor MeshOptions_Color[] = { COLP, COLP, COLW, "Mesh prism color (if ColorCarousel=0)" }, { F|O, "Pyramids" , opt_mesh_color_pyramid , COLY, COLY, COLW, "Mesh pyramid color (if ColorCarousel=0)" }, - { F|O, "Normals" , opt_mesh_color_normals , + { F|O, "Tangents" , opt_mesh_color_tangents , PACK_COLOR(128, 128, 128, 255), PACK_COLOR(128, 128, 128, 255), PACK_COLOR(0, 0, 0, 255), - "Normal mesh vector color" }, - { F|O, "Tangents" , opt_mesh_color_tangents , + "Tangent mesh vector color" }, + { F|O, "Normals" , opt_mesh_color_normals , PACK_COLOR(128, 128, 128, 255), PACK_COLOR(128, 128, 128, 255), PACK_COLOR(0, 0, 0, 255), - "Tangent mesh vector color" }, + "Normal mesh vector color" }, { F|O, "One" , opt_mesh_color_1 , COL1, COL1, COLW, "First color in color carousel" }, { F|O, "Two" , opt_mesh_color_2 , COL2, COL2, COLW, "Second color in color carousel" }, { F|O, "Three" , opt_mesh_color_3 , COL3, COL3, COLW, "Third color in color carousel" }, -- GitLab