# HG changeset patch # User Rik # Date 1471283807 25200 # Node ID 8192c26fcda4fdb8eaeacc2b472417cfb83dc5c9 # Parent aa5360a5cd3bc24cd85eea6fa6a1156af51dcba2 isosurface.m: Use camlight for default lighting for Matlab compatibility. * isosurface.m: Switch from light() to camlight(). diff -r aa5360a5cd3b -r 8192c26fcda4 scripts/plot/draw/isosurface.m --- a/scripts/plot/draw/isosurface.m Mon Aug 15 12:05:15 2016 -0400 +++ b/scripts/plot/draw/isosurface.m Mon Aug 15 10:56:47 2016 -0700 @@ -198,8 +198,7 @@ isonormals (x, y, z, v, pa); lights = findobj (hax, "Type", "light"); if (isempty (lights)) - ## FIXME: Matlab seems to use camlight (patch #9014) here - light (); + camlight (); endif case 1