View all by Dragonite
Dragonite
Follow Dragonite
Follow
Following Dragonite
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
3D Lighting Shaders for GameMaker
←
Return to 3D Lighting Shaders for GameMaker
Devlog
Added gradient fog
June 21, 2024
by
Dragonite
1
#lighting
It’s 1 AM and I don’t feel like sleeping so I decided to add support for gradient fog to Chickens. Adds one more function, cluck_set_fog_gradient, which sets up all the relevant parameters. I’ll...
Continue reading
Specular nonsense
December 10, 2023
by
Dragonite
#lighting, #gamemaker
I’ve had specular reflections on the brain a bit recently. Decided to get off my lazy butt and add it to Chickens. There are three new functions: cluck_set_spec_camera_position(x, y, z) cluck_set_sp...
Continue reading
Added an HTML5 demo (and made the demo fancier)
October 08, 2023
by
Dragonite
1
#update, #3D lighting, #gamemaker, #web demo
Today I did a bit of work making the demo project much more interesting. There’s also a Web version. The Web version might take a moment to load, but performance should be pretty close to that on de...
Continue reading
Some optimiz(s)ations and other minor additions
April 23, 2022
by
Dragonite
1
#lighting, #chickens
It’s generally an all-around terrible idea to release something right before going away for a few days, but terrible ideas are my brand so here we are. Changes since 1.3.0 More efficient lighting ca...
Continue reading
Added Xpanda includes, and other small changes
September 29, 2020
by
Dragonite
1
#update
There’s this wonderful tool called Xpanda which is useful for sharing code between shaders (as well as making them cross-compatible between GLSL ES and HLSL). The appeal for something like this shou...
Continue reading
Fixed some bugs
August 21, 2020
by
Dragonite
1
#bugs
Releasing stuff is always fun because that’s always when you find out that stuff doesn’t work the way you expected it should. That’s the fancy way of saying I had to scramble to get some things...
Continue reading