point node & BB

   1043   1   0
User Avatar
Member
39 posts
Joined: March 2016
Offline
Hi

I am trying to change my points color based on bounding box.

I try to set up a constant value to Red channel with $BBX, but it does not work.
I can do it in the old_point node.

On documentation it says $BBX, $BBY, $BBY are local variables… but how I can access to them?

Thanks you

Attachments:
houdini_point_BBX.JPG (54.1 KB)

Gerardo Castellanos
www.gerardocastellanos.com
User Avatar
Member
2035 posts
Joined: Sept. 2015
Offline
Even though you still can write hscript/python expressions in the Constant value fields in your node.

When it comes to utilizing the local variables I think you have to use the VEXpression with these new point nodes,

like what I did from the docs equivalent examples;


http://www.sidefx.com/docs/houdini/ref/expression_cookbook.html [www.sidefx.com]

Attachments:
BBX to Vex.hiplc (66.0 KB)

  • Quick Links