项目作者: NCCA

项目描述 :
Code and Slides for the NCCA Renderman lectures
高级语言: Mathematica
项目地址: git://github.com/NCCA/Renderman.git
创建时间: 2016-02-09T15:01:29Z
项目社区:https://github.com/NCCA/Renderman

开源协议:

下载


RENDERMAN Lecture Code

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

  1. export RMANTREE=/opt/pixar/RenderManProServer-22.0/
  2. export RMAN_SHADERPATH=$HOME/Shaders:$RMANTREE/lib/shaders
  3. export PYTHONPATH=$PYTHONPATH:$RMANTREE/bin
  4. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RMANTREE/lib:
  5. 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.

Lecture 1 Intro to Renderman using the Python API code

Lecture 2 Advanced Geometry :- Polygons, Subdivision surfaces, Points and Curves code

Lecture 3 Lighting, Integrators and Materials in Renderman code

AOV Examples code