how to control density range without Attribute Bias

   5442   5   0
User Avatar
Member
27 posts
Joined: Dec. 2015
Offline
I'm Following a fracture tutorial build in Houdini 12.5 with my Houdini 15 in which scatter node doesn't have Attribute bias to control the range of density based on painted color.

Here is my tree of nodes

I imported an OBJ model and connected it to a point node,in which the color channel is set to add with a value of 0,0,0, then i added a paint node ,and painted some red color with the value of 1,0,0, to make some variable density for the scatter node at the bottom.

However, without having the Attribute Bias in my 15, I couldn't achieve to control the density range based on Cd, as the tutorial had done. I got a result of only the red painted region being scattered with points, and black region with none points. I want the black region also to scatter points, but less than the red parts. and the control the proportion between these two values with a slider. how can I achieve this in Houdini 15?

Sorry for my poor expression, i'm brand new to Houdini and am not an English speaker.

Thank you
Edited by yandao90514 - June 23, 2016 11:28:57
hi hi hi
User Avatar
Member
2540 posts
Joined: June 2008
Offline
Just don't go all the way to black with your color. Instead of black choose grey then move to black. Then you will get some points in that grey region as well. Make sure to set your Density Attribute inside the Scatter node to Cd, it defaults to density.
Edited by Enivob - June 23, 2016 16:31:19

Attachments:
Screen Shot 2016-06-23 at 4.27.20 PM.png (249.0 KB)
ap_paint_density.hipnc (174.5 KB)

Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
User Avatar
Member
27 posts
Joined: Dec. 2015
Offline
Enivob
Just don't go all the way to black with your color. Instead of black choose grey then move to black. Then you will get some points in that grey region as well. Make sure to set your Density Attribute inside the Scatter node to Cd, it defaults to density.
Thank you Enivob, but I want to control their proportion more procedually with some slider instead of turning back everytime to the color to get the sweet spot I wanted.
Edited by yandao90514 - June 23, 2016 22:04:00
hi hi hi
User Avatar
Member
182 posts
Joined: April 2009
Offline
What this bias essentially is, is a blend between your attribute and 1.0.
So you can easily build your own bias with a wrangle or point VOP

You are also not limited to Cd and it's a good practice to use your custom attribute to do what you want.
There are some nodes that override color and it might get you in trouble at some point.
And in the case of the density attribute: you just need a float, so there is no need to store a vector.
You can always preview any attribute with a visualizer or a Color SOP ( ramp from attribute )
Edited by blackpixel - June 24, 2016 09:09:02

Attachments:
bias.hip (107.9 KB)
bias.gif (3.2 MB)

User Avatar
Member
27 posts
Joined: Dec. 2015
Offline
blackpixel
What this bias essentially is, is a blend between your attribute and 1.0.
So you can easily build your own bias with a wrangle or point VOP

You are also not limited to Cd and it's a good practice to use your custom attribute to do what you want.
There are some nodes that override color and it might get you in trouble at some point.
And in the case of the density attribute: you just need a float, so there is no need to store a vector.
You can always preview any attribute with a visualizer or a Color SOP ( ramp from attribute )

Thank you very much, Mariusz Wesierski, your example is very helpful for me.
hi hi hi
User Avatar
Member
1 posts
Joined: Nov. 2016
Offline
blackpixel
What this bias essentially is, is a blend between your attribute and 1.0.
So you can easily build your own bias with a wrangle or point VOP

You are also not limited to Cd and it's a good practice to use your custom attribute to do what you want.
There are some nodes that override color and it might get you in trouble at some point.
And in the case of the density attribute: you just need a float, so there is no need to store a vector.
You can always preview any attribute with a visualizer or a Color SOP ( ramp from attribute )

Great! Smooth node makes it very fancy!
Thanks!!!
  • Quick Links