Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.3 KB

RENDERMAN Lecture Code

The following lines need to be added to your .bashrc in the NCCA linux labs to get renderman to work

export RMANTREE=/opt/pixar/RenderManProServer-22.0/
export RMAN_SHADERPATH=$HOME/Shaders:$RMANTREE/lib/shaders
export PYTHONPATH=$PYTHONPATH:$RMANTREE/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RMANTREE/lib:
export PATH=$PATH:$RMANTREE/bin

The following folders contain examples for my Renderman lectures. Note I'm in the process of updating these lectures to work with Renderman 22 and RIS so some of the content at present will not work.

AOV Examples code