I was wondering how would one go and use the object's geometry as the blending mask for the populations...
in other words...how do I (is it possible to) use an object's geometry as density shader so that I can populate the area around object and not intersect....
why bother?
surely all you need to do is create a 2d mask of the object's cross section where it intersects the ground? If you're talking about distributing objects in mid air (birds flying around a tree/ bi-planes flying around King Kong - that sort of stuff) then use the cross section mask for the population and manually place one or two of your population objects to fill in any 'gaps'. That way you can place the individual population objects with precsion so that they appear to be reacting to your main object?
Good question, DH. Have you tried anything with this idea yet?
not yet but I think I will start with the function node "Get position in geometry"
Yeah. Have you tried the idea to use a Heightfield to create snow and rain? This sounds sort of like the general direction you're heading.
Quote from: dhavalmistry on February 23, 2008, 11:52:45 AM
not yet but I think I will start with the function node "Get position in geometry"
Quote from: calico on February 23, 2008, 12:25:46 PM
Yeah. Have you tried the idea to use a Heightfield to create snow and rain? This sounds sort of like the general direction you're heading.
no I havent experimented at all in this area...
I don't think Get Position In Geometry relates to imported objects.
Quote from: Mr_Lamppost on February 23, 2008, 06:41:08 PM
I don't think Get Position In Geometry relates to imported objects.
Right - this means to get the position relative to the X/Z-plane, ignoring Y. Position is the point being 'raytraced'
Quote from: Volker Harun on February 23, 2008, 07:25:24 PM
Quote from: Mr_Lamppost on February 23, 2008, 06:41:08 PM
I don't think Get Position In Geometry relates to imported objects.
Right - this means to get the position relative to the X/Z-plane, ignoring Y. Position is the point being 'raytraced'
but wouldnt that work for grass distribution which only needs X and Z values...
I don't think you can affect distribution of anything (population, texture, etc.) with an object. Maybe some time in the future, but not now (unless there's some fancy function node trickery I'm not aware of).
- Oshyan