Jasper
banner
jasperrlz.bsky.social
Jasper
@jasperrlz.bsky.social
600 followers 0 following 17 posts
it's a dAmN cOld NiGhT tryin 2 figure out this life all opinions are incorrect and belong to my employer
Posts Media Videos Starter Packs
Reposted by Jasper
I've made a large update to FFX levels on noclip.website, adding particle effects, actors, and more! noclip.website#ffx/010
they should make gamepass but for movies
i stopped reviewing their PRs after i found my sixth trivial buffer overflow. they're jia tan without the social engineering skills (or the regular engineering skills).

gitlab.freedesktop.org/xorg/xserver...
You really need to play La Mulana...
these decals behind the fence also went missing in Anniversary. (also the flashlight is strangely dimmer? but the flashlight code is awful don't waste your time on that)
Was looking into a discrepancy with Half-Life 2 decals in noclip and tracked down the cause to... well, in the Anniversary Edition, these vines in d1_town_01 were ported from infodecals to overlays, but their placement was accidentally moved. Left is original game, right is Anniversary.
If you open the F12 console, you can poke at the background color with e.g. `main.getStandardClearColor().r = 1; main.getStandardClearColor().g = 1; main.getStandardClearColor().b = 1;` to set it to white.
Was anybody else aware of this weird softlock prevention trigger in Portal 1? Wonder what the softlock was.
The WebGPU DebugDraw stuff I wrote was forked from a utility I originally made for noclip. This version has no GPU drawing, and more limited functionality (it works on WebGL2 as well), but the core is the same. I backported the line thickness stuff yesterday.

github.com/magcius/nocl...
github.com
The more time I invest into debug tools, the happier I am. If you don't have some debug line drawing in your renderer, spend the time and add it today. Things like depth tinting and line thickness just make the experience of visualizing problems much nicer and easier.