Lighting.
Switch off lighting and color by heigth.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Lighting is a flag to disable the automatics lighting and use default coloring by height or apply a ColorFunction. | In[1]:=
plf = Plot3D[Sin[xy], {x, 0, 3Pi/2}, {y, 0, 3Pi/2}, Lighting -> False]; Show[plf] In[2]:= JavaView[plf] |