Post #1681495
2026-03-18 22:22 UTC
Still a lot to go, but got some very basic per vertex lightning to go.
The state machine for materials and lights in GL ES 1.0 CL is surprisingly complex (given the use-case) and I'm cheating heavily here. But We have to start somewhere.
There's also some severe underflow/overflow problem that I need to address.
Replies (1)
-
@montyontherun@bitbang.social 2026-03-21 21:53
Finally, combined the texture mapping, the lighting and the colour interpolation. I feel like this is a good proof-of-concept to stop and start reading the specs more seriously, as well as investigating what other people have done in this space, so I can learn from them. This is also a good time to start adding tests and documentation, testing on real hardware and cleaning up the code. I'm here for the long run :) #screenshotsaturday #opengl