RenderToolbox / RenderToolbox4

Matlab toolbox for managing 3D scenes and physically-based rendering.
MIT License
48 stars 7 forks source link

Custom Camera Example #6

Open benjamin-heasly opened 7 years ago

benjamin-heasly commented 7 years ago

It would be nice to have an example of how RenderToolbox could be used with non-standard cameras that one of the renderers already supports. For example, a stereo camera.

(We currently create stereo image pairs by rendering twice and using the conditions file to specify two camera positions. But this loses some efficiency relative to a true stereo camera, and in general it would be nice for computational photography simulations to show how RenderToolbox may be used with custom cameras.)