Skip to content
forked from NCCA/Renderman

Code and Slides for the NCCA Renderman lectures

Notifications You must be signed in to change notification settings

cdleu430/Renderman

 
 

Repository files navigation

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-21.4/
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 21 and RIS so some of the content at present will not work.

Old lectures PDF

Lecture 5 More Shaders code

AOV Examples code

About

Code and Slides for the NCCA Renderman lectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mathematica 92.8%
  • Python 5.3%
  • C++ 1.0%
  • Slash 0.6%
  • C 0.3%
  • CSS 0.0%