comparison scripts/plot/draw/light.m @ 22247:c8fc60a183a3

Add function material. (patch #9013) * scripts/plot/appearance/material.m: New function. * scripts/plot/appearance/module.mk: Update build system. * NEWS: Announce new function. * __unimplemented__.m: Remove "material" from list. * doc/interpreter/plot.txi: Add doc string. * light.m: Add "material" to "see also".
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 18 Jul 2016 17:46:05 +0200
parents 20b225a3ebf8
children 9fc91bb2aec3
comparison
equal deleted inserted replaced
22246:fa917f1f0faf 22247:c8fc60a183a3
57 ## If @command{light} is called with an axes handle @var{hax}, it must be passed 57 ## If @command{light} is called with an axes handle @var{hax}, it must be passed
58 ## as the first argument. 58 ## as the first argument.
59 ## 59 ##
60 ## Optionally, the handle to the light object is returned in @var{h}. 60 ## Optionally, the handle to the light object is returned in @var{h}.
61 ## 61 ##
62 ## @seealso{get, set, patch, surface, lighting} 62 ## @seealso{get, set, patch, surface, lighting, material}
63 ## @end deftypefn 63 ## @end deftypefn
64 64
65 ## Author: mmuetzel 65 ## Author: mmuetzel
66 66
67 function h = light (varargin) 67 function h = light (varargin)