|
NAMEshader - Assigns shader parameters to the specified combination.SYNOPSISshader {combination} {shader_name} ["{shader_ args}"] DESCRIPTIONAssigns shader parameters to the specified combination. The shader_name indicates which shader should be assigned. If shader_args are supplied, they will be assigned to parameters of the indicated shader. This performs a similar function as the mater command.EXAMPLESThe example shows the use of the shader command to assign shader parameters to a specified combination.Example 1. Assign shader parameters to a specified combination. mged>shader group1 checker "{a 0,255,0 b 0,0,255}" Assigns the checkerboard shader to group1 using green and blue colors for the squares. AUTHORBRL-CAD TeamBUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |