summaryrefslogtreecommitdiff
path: root/engine/fragment.glsl
AgeCommit message (Expand)Author
2024-05-23feat(engine): add directional lightHampusM
2024-05-23refactor(engine): pass vertex data to fragment shader with structHampusM
2024-05-23refactor(engine): pass vertex data as struct to calc_point_lightHampusM
2024-05-22feat(engine): add support for multiple point lightsHampusM
2024-05-22refactor(engine): make shader functions not use uniforms directlyHampusM
2024-05-22feat(engine): add point light attenuationHampusM
2023-11-27feat(engine): add lighting mapsHampusM
2023-11-02feat(engine): add texturingHampusM
2023-10-12feat(engine): add vertex coloringHampusM
2023-10-07feat(engine): add ability to render trianglesHampusM