We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c6022 commit 9bd5b80Copy full SHA for 9bd5b80
plotly/plotlyfig_aux/handlegraphics/updateHistogram2.m
@@ -58,6 +58,17 @@
58
59
%---------------------------------------------------------------------%
60
61
+%-lighting settings-%
62
+obj.data{histIndex}.lighting.diffuse = 0.92;
63
+obj.data{histIndex}.lighting.ambient = 0.54;
64
+obj.data{histIndex}.lighting.specular = 1.42;
65
+obj.data{histIndex}.lighting.roughness = 0.52;
66
+obj.data{histIndex}.lighting.fresnel = 0.2;
67
+obj.data{histIndex}.lighting.vertexnormalsepsilon = 1e-12;
68
+obj.data{histIndex}.lighting.facenormalsepsilon = 1e-6;
69
+
70
+%---------------------------------------------------------------------%
71
72
%-aspect ratio-%
73
ar = obj.PlotOptions.AspectRatio;
74
0 commit comments