|
|
|
|
|
by lightingthedark
479 days ago
|
|
You don't need floating point RGB for additive blending, but to get correct behavior when using additive blending for your light sources, you must use linear buffers and if you do that, the dynamic range of the scene won't fit in eight bits. |
|