Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | graphics: model: Add really rough sketch of PBR lighting model. | David Thompson | 2021-05-11 | 2 | -30/+204 |
| | |||||
* | graphics: pbr: Add comments to fragment shader. | David Thompson | 2021-05-10 | 1 | -3/+3 |
| | |||||
* | graphics: pbr: Shade blue when there is no vertex color or base color. | David Thompson | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | graphics: model: Add basic alpha mode support for glTF models. | David Thompson | 2021-05-08 | 1 | -0/+22 |
| | |||||
* | model: Improve PBR material handling for glTF models. | David Thompson | 2021-05-07 | 1 | -15/+58 |
| | |||||
* | graphics: phong: Extract shader code to separate files. | David Thompson | 2021-05-07 | 2 | -0/+123 |
| | |||||
* | graphics: pbr: Extract shader code to separate files. | David Thompson | 2021-05-07 | 2 | -0/+81 |
| | |||||
* | graphics: path: Fix bad syntax in fragment shader in GLSL 1.2. | David Thompson | 2020-11-19 | 1 | -2/+2 |
| | |||||
* | render: Add vector path rendering module. | David Thompson | 2020-11-18 | 2 | -0/+137 |
| | |||||
* | render: Restructure 3D modules and add basic support for OBJ models. | David Thompson | 2019-10-24 | 2 | -21/+0 |
| | |||||
* | render: scene: Apply base color texture and factor. | David Thompson | 2018-09-07 | 2 | -1/+9 |
| | | | | | | | | | * chickadee/render/scene.scm (draw-primitive): Set base color texture and send base color factor as uniform to shader. * data/shaders/pbr/pbr-vert.glsl (texcoord_0): New input attribute. (frag_tex): New output attribute. * data/shaders/pbr/pbr-frag.glsl (frag_tex): New input attribute. (base_color_factor, base_color_texture): New uniforms. | ||||
* | data: shaders: Update WIP PBR shaders. | David Thompson | 2018-09-06 | 2 | -5/+4 |
| | | | | | They don't *anything* related to PBR, but they allow me to test glTF asset loading as I work towards full PBR support. | ||||
* | Add beginnings of glTF parser and loader. | David Thompson | 2017-09-13 | 2 | -0/+14 |
* chickadee/render/asset.scm: New file. * chickadee/render/scene.scm: New file. * data/shaders/pbr/pbr-frag.glsl: New file. * data/shaders/pbr/pbr-vert.glsl: New file. |