I'm probably missing something simple, but how do I load an already saved irradiance map into memory so that I can add to it via incremental add to map? Or do I have to save out multiple maps and join them later with the imap viewer?
Announcement
Collapse
No announcement yet.
Another irradiance map question
Collapse
X
-
Another irradiance map question
Tags: None
-
oh nice.. now we can add to a saved map in net render too wish i knew this a few weeks ago heh.Dave Buchhofer. // Vsaiwrk
Comment
-
Sweetness! Thanks for the help guys.
Comment
-
for a silly simplified button (ie: no error checking whatsoever), just drag this onto a toolbar...
Code:irmap = GetOpenFileName caption:"Select the irmap you want to load into memory" if (irmap != undefined) do renderers.current.loadIrradianceMap irmap
Dave Buchhofer. // Vsaiwrk
Comment
Comment