xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics
https://xelatihy.github.io/yocto-gl
2.82k stars 206 forks source link

Normalize examples aspect ratio #261

Closed xelatihy closed 5 years ago

xelatihy commented 5 years ago

To make life easier later, we might want to normalize all scene aspect ratio to the same value (besides square and upside-down). A few things we should change for this are:

xelatihy commented 5 years ago

Fixed in #264