Documentation/Multithreading

From PixieWiki

Jump to: navigation, search


New in 2.0.1, Multithreading is here!

Pixie now runs in multithreaded mode by default (unless you are network rendering or multiproc rendering). In multithreaded mode, Pixie will make use of multiple processors on your system, but will operate more efficiently than the older rndr -P:n mode. In particular, shading-heavy scenes will benefit from the sharing of computation that can occur between multiple threads.

To control the number of threads Pixie uses, use the -t:n option for n threads. Eg

rndr -t:2 file.rib

You can also control this in the RIB stream using Option "limits" "numthreads" [n] before WorldBegin.

Personal tools