RenderMan Shader Compiles
Houdini/Houdini etc 2013. 1. 8. 02:59 |RenderMan Shader Compiles
The simplest way to get RenderMan shaders compiled and into Houdini is to do this:
% shader myshader.sl%
rmands -l myshader.otl myshader.slo
This will create a digital asset with the compiled shader in it. Then you install thatthrough the file menu (File->Install Operator Type Library), and you're done - it willbe on the shader menu, with all of the UI elements already set up.
Even better, you can do this:
% rmands -l rmanshaders.otl *.slo
and this will put all your shaders into one asset. Then you can put this someplace like
$SHOW/houdini/otls
and set up Houdini with an environment variable, thus
HOUDINI_OTL_PATH = $SHOW/houdini/otls
Then whenever anyone runs Houdini, it will automatically load up all the shaders(and even better, the dialogs and other stuff).10
'Houdini > Houdini etc' 카테고리의 다른 글
dot product, arccosine, length, normalize 분해하기 (0) | 2013.06.21 |
---|---|
뷰창에서 보이는 View Option 들 제거하는 Hscript (0) | 2013.02.21 |
Houdini User가 갖춰야 할... (0) | 2012.12.02 |
Cross Product (0) | 2012.11.27 |
후디니 내에서 쓸 수 있는 함수를 만들 때, 기본적으로 알아야 할 것들 (0) | 2012.11.20 |