RenderToolbox / RenderToolbox3

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

Batch render strategy #47

Closed benjamin-heasly closed 8 years ago

benjamin-heasly commented 8 years ago

Part of the "version 3" overhaul.

Abstract a "strategy" class which outlines "what needs to get done during batch processing".

Implement RTBVersion2Strategy for the old Collada-based way of doing things.

Implement RTBVersion3Strategy for the new Assimp/struct/JSON way of doing things.

Some examples for each strategy are working.