Jump to content

can i calculate point cloud occlusion in sop?


Recommended Posts

If I have only point cloud data(not geometry), can I calculate it's occlusion in sop level?

I want store them in each points. And when i render fur, i will use them.

Please. You need to be more specifc. Do you want to compute point based occlusion? Or save the the data of the raytrace occlusion into points?

There's no ready to go point based occlusion in Houdini. But you can build it. (Not an easy task).

Another alternative is to save the occlusion as a "irradiance cache" file. To do that you need to edit the interface of the node "mantra" and add extra parameters of irradiance.

Cheers

Link to comment
Share on other sites

Thank you Berlim and Jason.

I am testing fur rendering. and some papers tell reusable occlusion.

I tried it. Scattering fur(or pcwrite), save and pcimport that points. I calculate how many neighbors at each points. More neigbors, more darker. But the result is not good.

So I want to know what (point base?) occlusion doing exactly.

I didn't know that there is a way to store raytrace occlusion data into points.

I saved irradiance cache to file. And when I import that file, there is many attributes in file. I don't know how to use them.

And one more problem, this method makes points in camera only.(same as pcwrite) can i have all side's points?

I will try both. I need compare them.

Edited by yongbin
Link to comment
Share on other sites

NVidia hosts a point-based occlusion paper, if I remember correctly. There is a virtual disk area assigned to each point (think of a circle of radius based on the area measured by a Scatter SOP). I think there were two passes to this too, where there was a nearby set and a distant set. The occlusion is based on expose through a cone of these disks.

Please search these forums too -- you'll find a couple of implementations, one in VEX and one in HDK (C++).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...