RenderToolbox / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
Other
5 stars 2 forks source link

Example wanted, RGB/monochrome rendering #19

Closed benjamin-heasly closed 7 years ago

benjamin-heasly commented 9 years ago

Issue by DavidBrainard Monday Oct 28, 2013 at 12:55 GMT Originally opened as https://github.com/DavidBrainard/RenderToolbox3/issues/46


The toolbox as we have demonstrated it is set up for spectral rendering. For some applications, features of the render toolbox may be highly useful, but spectral rendering will not be needed. The use of spectral rendering then takes up time.

It would be nice to have examples that illustrate RGB or even monochromatic rendering, perhaps with the generically compiled versions of the renderers.

benjamin-heasly commented 9 years ago

Comment by gzmk Wednesday Feb 04, 2015 at 17:06 GMT


Hi David, I am actually trying to do exactly this right now (monochromatic rendering) as I am fitting rendered images to some photos I took. This requires me to update the parameters of rendering at every step and re-render, which takes a very long time with spectral rendering. Is there a quick way of getting only monochromatic output that you might know of?

-edit: I figured it out by building Mitsuba from source and setting the spectral sampling to 1 which results in monochromatic outputs. Would be happy to provide an example code/walkthrough. @DavidBrainard

benjamin-heasly commented 7 years ago

Moving this issue to RenderToolbox4: https://github.com/RenderToolbox/RenderToolbox4/issues/8