1K-3D(1) User Commands K-3D(1)
2
3
4
6 k3d-sl2xml - Parses a RenderMan shader to create a meta file used by
7 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 Shading Language source code.
20 Recommend you run this command with:
21
22 gcc -E -P -x c <file> | k3d-sl2xml
23
25 Written by Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>
26
28 Copyright (c) 1995-2010, Timothy M. Shead. All Rights Reserved.
29 This software is licensed under the terms of the GNU General Public
30 License; see the source for copying conditions. There is NO warranty;
31 not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
32
33
35 The K-3D Home Page: http://www.k-3d.org
36
37
38
39K-3D Version 0.8.0.2 June 2010 K-3D(1)