1RNDR(1)                     General Commands Manual                    RNDR(1)
2
3
4

NAME

6       rndr - render a rib file
7

SYNOPSIS

9       rndr [ -f <range> ] [ options ... ] [ -P:n | -t:n ] [ name.rib ...  ]
10       rndr -r <port>
11       rndr -k <port>
12       rndr [ options... ] [ name.rib ...  ] -s <srv1:port1,srv2:port2...>
13

DESCRIPTION

15       Rndr Renders a file with Pixie.
16
17       The  main  documentation  is  maintained  in  html  form  and should be
18       included with your distribution in the html or doc directories.
19
20       Note: If the filename given is '-' or no filename is given,  then  rndr
21       will  read from standard input.  This is not valid for network renders,
22       where the file needs to be shipped to the  server  rndr  instances  for
23       them to read.
24

OPTIONS

26       -f <range>
27              Render  only  selected frames.  Range can be of the form N for a
28              single frame, N1:N2 for N1 through to N2, or N1:N2:N3 for N1  to
29              N3 skipping, but only every N2 frames.
30
31       -q     Quiet mode.  Errors and warnings are not displayed.
32
33       -d     Framebuffer  display.   Overrides  the  display drivers and uses
34              framebuffer.
35
36       -t     Display statistics.  At the end of each  frame,  statistics  are
37              output.
38
39       -p     Display  progress.   Displays  an  updating progress line on the
40              terminal.
41
42       -P:n   Specify the number of subprocesses for a multiprocessor  render.
43              May not be used with -r or -s.
44
45       -t:n   Specify  the  number of threads for a multithreaded render.  May
46              not be used with -r or -s.
47
48       -c <client port>
49              Specify a client (for subprocesses, used internally by rndr).
50

ENVIRONMENT

52       PIXIEHOME
53              The directory $(PIXIEHOME)/shaders is used to locate the display
54              drivers,  shaders,  and  procedurals for a render.  PIXIEHOME is
55              contain the directories 'shaders' and 'displays', but  may  con‐
56              tain:
57
58              $(PIXIEHOME)/shaders
59                     Location for shaders
60
61              $(PIXIEHOME)/displays
62                     Location for display drivers
63
64              $(PIXIEHOME)/procedurals
65                     Location for procedural generators
66
67              $(PIXIEHOME)/textures
68                     Location for textures
69
70       SHADERS
71              Also searched for shaders
72
73       TEXTURES
74              Also searched for textures
75
76       PROCEDURALS
77              Also searched for procedurals
78
79       DISPLAYS
80              Also searched for display drivers
81
82       DISPLAY
83              Which X11 display to open for the framebuffer
84

SEE ALSO

86       sdrc(1), texmake(1), show(1), sdrinfo(1)
87

BUGS

89       See the sourceforge forums / tracker at http://pixie.sourceforge.net
90
91
92
93                                                                       RNDR(1)
Impressum