DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

Separate scene conversion from rendering. #26

Closed benjamin-heasly closed 11 years ago

benjamin-heasly commented 11 years ago

Currently, BatchRender() does both scene file conversion and rendering. It's a pretty big function.

It would be better to separate scene file conversion and rendering into separate functions. This would have several advantages:

benjamin-heasly commented 11 years ago

1fadc9e3cb4799d6b4ec48477a5a65f3abad1ecc in the convert-render-split branch makes this separation. It has separate functions MakeSceneFiles() and BatchRender().

This is done and will be part of version 0.2.