comparison scripts/plot/draw/light.m @ 22140:18eae417ffec

Add function "lighting" (patch #9040). * scripts/plot/appearance/lighting.m: New function. * scripts/plot/appearance/module.mk: Add to build system. * __unimplemented__.m: Remove "lighting" from list. * plot.txi: Add docstring to manual. * light.m: Add "lighting" to "see also".
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 11 Jul 2016 19:02:59 +0200
parents 55f7de37b618
children ba8a9d2934c7
comparison
equal deleted inserted replaced
22139:f8212eb6da00 22140:18eae417ffec
58 ## If @command{light} is called with an axes handle @var{hax}, it must be passed 58 ## If @command{light} is called with an axes handle @var{hax}, it must be passed
59 ## as the first argument. 59 ## as the first argument.
60 ## 60 ##
61 ## Optionally, the handle to the light object is returned in @var{h}. 61 ## Optionally, the handle to the light object is returned in @var{h}.
62 ## 62 ##
63 ## @seealso{get, set, patch, surface} 63 ## @seealso{get, set, patch, surface, lighting}
64 ## @end deftypefn 64 ## @end deftypefn
65 65
66 ## Author: mmuetzel 66 ## Author: mmuetzel
67 67
68 function h = light (varargin) 68 function h = light (varargin)