dev-rice / Game

0 stars 0 forks source link

Set up a framebuffer rendering stack #80

Closed dev-rice closed 9 years ago

dev-rice commented 9 years ago

Rendering stack will clean up code for stuff that is below GameView but needs to render to it's own framebuffer, i.e. shadows May tie in heavily to https://github.com/donutmonger/Game/issues/77

dev-rice commented 9 years ago

Implemented in https://github.com/donutmonger/Game/commit/e8cb89e84d853505806be1e65638ebd80afb5543

Framebuffers have no alpha transparency, so rendering one on top of the other overwrites it with a black background.

dev-rice commented 9 years ago

Completed in 7298e8df28553d3e7cbb317fbee97f2c1aba9569