Jump to content

Best method for using a point cloud for illumination


Recommended Posts

I have about 500,000 points that I want to use for illumination. My question is, what is the best method to use those points for illumination? Light instances? Geo Light?

I made a shader a while back that just looked up the point cloud and added the color value. Maybe I want to do something like that but cast shadows?

Any help is much appreciated!

Cheers,

Jason

Link to comment
Share on other sites

I think you want to try to not shoot half a million shadow rays per sample. That is really going to slow things down.

So Geo Light could work.

Or, if you don't really need shadow, more like a strong falloff (think fireflies), you could do just the filtered point cloud look up. (fastest)

Or, just have them as little emissive spheres and let the diffuse bounces handle it. (probably nicest and quite fast if you already have diffuse bounces)

Link to comment
Share on other sites

great thanks dany. I hadn't thought of using the spheres and diffuse bounces. I am using the point cloud method similar to the method that I found here: http://ihoudini.blog...n-and-some.html but using it for volumes as well.

I'll try using the spheres and see which one looks nicer. I am already planning on doing some diffuse bounces so it might be a good idea to just do it that way.

cheers

Edited by mightcouldb1
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...