1K3D-SL2XML(1) K3D-SL2XML(1)
2
3
4
6 k3d-sl2xml - Parses a RenderMan shader to create a shader meta file
7 used by the K-3D user interface.
8
10 k3d-sl2xml [OPTIONS]
11
13 -h, --help
14 Prints this help information and exits.
15
16 --version
17 Prints program version information and exits.
18
19 Note: input on stdin must be preprocessed RenderMan Shading Language
20 source code. We recommend you run k3d-sl2xml with:
21
22 gcc -E -P -x c <file> | k3d-sl2xml
23
25 K-3D by Timothy M. Shead <tshead@k-3d.com>, and many others. This
26 manpage written by Manuel A. Fernandez Montecelo
27 <manuel.montezelo@gmail.com>
28
30 K-3D home page: http://www.k-3d.org
31
33 Copyright (c) 1995-2010, Timothy M. Shead. All Rights Reserved. This
34 software is licensed under the terms of the GNU General Public License;
35 see the source for copying conditions. There is NO warranty; not even
36 for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37
38
39
40 08/23/2018 K3D-SL2XML(1)