Difference between revisions of "Houdini USD Cookbook"
From kunz
Views
Actions
Namespaces
Variants
Tools
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[https://www.sidefx.com/docs/houdini//solaris/pattern.html Primitive matching patterns] | [https://www.sidefx.com/docs/houdini//solaris/pattern.html Primitive matching patterns] | ||
<syntaxhighlight lang='C'> | |||
%rendercamera | %rendercamera | ||
%rendersettings | %rendersettings | ||
%bound(/cameras/camera1, fovscale = 1.1) | |||
{ usd_istype(0, @primpath, "DiskLight") } | |||
</syntaxhighlight > | |||
[https://www.sidefx.com/docs/houdini//solaris/vex.html Using VEX with USD] | |||
<syntaxhighlight lang='C'> | |||
usd_worldtransform | |||
</syntaxhighlight > | |||
[https://www.sidefx.com/docs/houdini/nodes/lop/karmastandardrendervars.html Karma Standard Render Vars] | [https://www.sidefx.com/docs/houdini/nodes/lop/karmastandardrendervars.html Karma Standard Render Vars] | ||
[https://renderman.pixar.com/resources/RenderMan_20/risLPEs.html LPEs] | [https://renderman.pixar.com/resources/RenderMan_20/risLPEs.html LPEs] |
Latest revision as of 21:51, 17 September 2024
%rendercamera %rendersettings %bound(/cameras/camera1, fovscale = 1.1) { usd_istype(0, @primpath, "DiskLight") }
usd_worldtransform