Linear Space Program
76 subscribers
162 photos
16 videos
11 files
49 links
Побочные эффекты игростроения на хаскеле.

https://icrbow.itch.io/

Чатик: @HaskellGameDev
Дискорд: https://discord.gg/vxpWtBA
Download Telegram
glTF whole-scene import in progress...
That's quite a few triangles to transform
Linear Space Program
Photo
Now with extra animations and bounding boxes
Spider-ass validated mesh normals and environment mapping.
That was another tough one to get out 😤
A mere backport from pg3 with only minor improvements.
Finally, shadows that aren't complete garbage.
Shooting 2 shadowmaps at once with multiview
It gets worse...
Transparency Report

It kinda works. You can see background and every opaque thing, but transparent-behind-transparent things can be overdrawn.
Linear Space Program
Transparency Report It kinda works. You can see background and every opaque thing, but transparent-behind-transparent things can be overdrawn.
That can be solved with splitting scene further into non-overlapping nodes and sorting, but the texture-induced blending/cutouts would still be problematic.