Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Simplify and 'fix' the wave cycle | Dan Goodliffe | 2024-01-01 |
| | |||
* | Run shadow mapper in camera relative space | Dan Goodliffe | 2023-12-17 |
| | |||
* | Fix output of position data to include model position | Dan Goodliffe | 2023-12-17 |
| | |||
* | Use 32bit integer texture for position render data | Dan Goodliffe | 2023-12-17 |
| | |||
* | Shader viewPoint now an integer | Dan Goodliffe | 2023-12-03 |
| | |||
* | Model positions as integers | Dan Goodliffe | 2023-11-25 |
| | | | | | Introduces test failure in arcs due to rounding, but I don't want to create a complicated fix as link positions are still floats and hopefully that'll go away... somehow | ||
* | Switch to millimeters for spatial units | Dan Goodliffe | 2023-11-15 |
| | | | | | | Mostly a case of changing far too many magic numbers, something else to fix I guess. I probably missed something. Also there's some hackery when loading 3D models, which are still assumed to be in metres. | ||
* | Send position and rotation matrix to GPU separately | Dan Goodliffe | 2023-11-13 |
| | |||
* | Lookup material details once in the vertex shader | Dan Goodliffe | 2023-04-27 |
| | | | | ... instead of per texel in the fragment shader | ||
* | Point shaders (shadows) can all share the same implementation now in a ↵ | Dan Goodliffe | 2023-04-26 |
| | | | | | | single place They all just get `model` from a different place | ||
* | Point shaders can all share the same implementation now in a single place | Dan Goodliffe | 2023-04-26 |
| | | | | They all just get `model` from a different place | ||
* | Pop and complete instanced shadow support | Dan Goodliffe | 2023-04-26 |
| | |||
* | Fix location of model matrix in vertex shader | Dan Goodliffe | 2023-04-18 |
| | |||
* | Fix up the way spotlight shader works | Dan Goodliffe | 2023-04-17 |
| | | | | | Was mostly through lack of understanding and coincidences. Position is now the only vertex data, direction is moved to a uniform. Instancing will address this by making everything instance data. | ||
* | Add the dynamicPoint shader for instancing | Dan Goodliffe | 2023-04-15 |
| | | | | Same as dynamicPoint, but the model matrix is a vertex input | ||
* | Rename lots of shader files | Dan Goodliffe | 2023-04-15 |
| | | | | Names and paths still not perfect, but better and the weird name missuse is gone | ||
* | Handle different mapmodes in basic shader | Dan Goodliffe | 2023-04-14 |
| | |||
* | Rename clear to opaque as its 1 for solid | Dan Goodliffe | 2023-04-13 |
| | |||
* | Adjust gl_FragDepth according to texel opacity | Dan Goodliffe | 2023-04-13 |
| | |||
* | Update shaders to use material to conditionally lookup sub-texture in the atlas | Dan Goodliffe | 2023-04-13 |
| | |||
* | Fix submitting of integer values via vertex arrays | Dan Goodliffe | 2023-04-13 |
| | |||
* | Move the vertex/fragment shader interface for materials into an include | Dan Goodliffe | 2023-04-11 |
| | |||
* | Move lots of common glsl interface to include files | Dan Goodliffe | 2023-04-11 |
| | |||
* | Basic fragment ahader should use final colour to determine clear flag | Dan Goodliffe | 2023-03-14 |
| | |||
* | Support for model colours mixed with textures | Dan Goodliffe | 2023-02-24 |
| | |||
* | Add rendering support for spot lights | Dan Goodliffe | 2023-01-05 |
| | |||
* | Generate 4 bands of shadow maps | Dan Goodliffe | 2022-12-28 |
| | |||
* | Initial support for multiple shadow maps in the same texture | Dan Goodliffe | 2022-12-28 |
| | |||
* | First cut of view scope shadow mapper view | Dan Goodliffe | 2022-12-18 |
| | |||
* | Tidy up | Dan Goodliffe | 2022-12-06 |
| | |||
* | Do not unilluminate the back of objects | Dan Goodliffe | 2022-12-04 |
| | |||
* | Generate and use a shadow map | Dan Goodliffe | 2022-12-04 |
| | | | | | Generated when the directional light is specified in the environment call, passed to the directional light shader pass to conditionally illuminate each pixel. | ||
* | Fixed point shadow shader doesn't need normal/texture data | Dan Goodliffe | 2022-12-04 |
| | |||
* | Don't actually need to define an empty fragment shader | Dan Goodliffe | 2022-12-04 |
| | |||
* | Initial commit of the shadow map generator and shadows render interface | Dan Goodliffe | 2022-12-03 |
| | | | | | Lots of hard coding, buggy in places, far from great, but the basics work. | ||
* | Check error state during setup, set OpenGL version to 3.3 core | Dan Goodliffe | 2022-12-03 |
| | | | | Updates all shaders to 330 core too. | ||
* | Change pointlight render area definition to a cube | Dan Goodliffe | 2022-11-27 |
| | |||
* | Add rendering support for point lights | Dan Goodliffe | 2022-11-23 |
| | |||
* | Separate out the illumation of the scene | Dan Goodliffe | 2022-11-23 |
| | |||
* | Tidied Scene Renderer | Dan Goodliffe | 2022-11-01 |
| | |||
* | Switch to a deferred lighting based render pipeline | Dan Goodliffe | 2022-11-01 |
| | | | | Tidy-up required. | ||
* | Set v330 core on world shaders | Dan Goodliffe | 2022-10-30 |
| | |||
* | First iteration with font/text support | Dan Goodliffe | 2022-01-01 |
| | |||
* | Introduce the UI shader | Dan Goodliffe | 2021-12-12 |
| | |||
* | Add slope colouring to terrain shader | Dan Goodliffe | 2021-11-25 |
| | |||
* | Swap y,z axis | Dan Goodliffe | 2021-11-16 |
| | | | | This was a pain... but all the coords make much more sense now and a lot of mystery negation has disappeared. | ||
* | dos2unix shader sources | Dan Goodliffe | 2021-02-20 |
| | |||
* | Remove spare bits from shaders and tidy up | Dan Goodliffe | 2021-02-20 |
| | |||
* | Custom land and water shaders | Dan Goodliffe | 2021-02-20 |
| | | | | | | | Create sandy beaches, snow topped mountains and grassy hills with a single texture, coloured according to land height by a custom shader. Also use the land mass mesh with a new water texture and a custom shader to create rather nice looking water effect with depth, waves and motion. | ||
* | Add support for directional light color and an ambient color | Dan Goodliffe | 2021-02-18 |
| |