Difference between revisions of "Houdini USD Cookbook"
From kunz
Views
Actions
Namespaces
Variants
Tools
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) | %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] | [https://www.sidefx.com/docs/houdini//solaris/vex.html Using VEX with USD] |
Revision as of 21:50, 17 September 2024
%rendercamera %rendersettings %bound(/cameras/camera1, fovscale = 1.1) { usd_istype(0, @primpath, "DiskLight") }