Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8450:6c4e2fc14beb
Add new 3D plotting function surfl. Add light functions diffuse and specular
author | Kai Habel |
---|---|
date | Thu, 08 Jan 2009 15:51:50 +0100 |
parents | dd52e541418b |
children | 6306ce1406f1 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -25,6 +25,12 @@ * goemetry/voronoi.m: Speed up and handle dense grids. +2009-01-08 Kai Habel <kai.habel@gmx.de> + + * plot/surfl.m: New function + * plot/diffuse.m: dito + * plot/specular.m: dito + 2008-12-28 Jaroslav Hajek <highegg@gmail.com> * miscellaneous/delete.m: Allow filename globs. Display warnings if @@ -47,6 +53,10 @@ * plot/__contour__.m: __contour__.m: correct order of patches +2008-12-30 Ben Abbott <bpabbott@mac.com> + + * plot/__contour__.m: __contour__.m: correct order of patches + 2008-12-24 Doug Stewart <dastew@sympatico.ca> * plot/grid.m: Handle "minor" option.