emrainey / hobbies

A place to collect and share all my hobby projects.
The Unlicense
0 stars 1 forks source link

Add Stereo Camera to SDL2 Demo App #58

Closed emrainey closed 8 months ago

emrainey commented 9 months ago

The SDL2 demo should instantiate a Stereo Camera with a default seperation of zero. If it's zero, it only renders the first image and not the second. If > 0 then the second image is also rendered (seperately?) and then creates the merged image if needed.