vm6502q / OpenRelativity

An open source framework to add the effects of traveling at relativistic speeds to visualizations or games
17 stars 2 forks source link

Deferred rendering pipeline support #44

Closed WrathfulSpatula closed 3 years ago

WrathfulSpatula commented 3 years ago

I work with scenes with quite a large number of lights; it'd be great if we could support deferred rendering pipeline to reduce the necessary draw calls in these cases.

I'll follow the tutorials from Catlike Coding.

WrathfulSpatula commented 3 years ago

Added in #45.