| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Invoked by configuring with no attribute member points.
|
|
|
|
| |
Works with std::array then too.
|
| |
|
|
|
|
| |
Fixes issue where directional light prevented pointlights from working
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Just so it shows up more clearly in tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
view is transient to create viewProjection, unview only needed on unproject
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
movement
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
formats
|
| |
|
|
|
|
| |
The initial texture render covers the whole screen anyway
|
|
|
|
|
| |
16bit float is insufficient for decent shadow accuracy and the alpha channel is pointless in
a delayed render.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Generated when the directional light is specified in the environment call, passed to the directional
light shader pass to conditionally illuminate each pixel.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Lots of hard coding, buggy in places, far from great, but the basics
work.
|
|
|
|
| |
Updates all shaders to 330 core too.
|
| |
|
| |
|
| |
|
| |
|