Jasper
@jasperrlz.bsky.social
590 followers 0 following 16 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
pzfedak.bsky.social
I've made a large update to FFX levels on noclip.website, adding particle effects, actors, and more! noclip.website#ffx/010
jasperrlz.bsky.social
they should make gamepass but for movies
jasperrlz.bsky.social
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...
jasperrlz.bsky.social
You really need to play La Mulana...
jasperrlz.bsky.social
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)
jasperrlz.bsky.social
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.
A screenshot of the Ravenholm level in the original release of Half-Life 2 focusing on vines of ivy growing on the sides of buildings. A screenshot of the same area of Ravenholm in the Half-Life 2 Anniversary Edition update, which shows that the positions of ivy have changed, causing the area to look less overgrown.
jasperrlz.bsky.social
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.
jasperrlz.bsky.social
Was anybody else aware of this weird softlock prevention trigger in Portal 1? Wonder what the softlock was.
jasperrlz.bsky.social
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
jasperrlz.bsky.social
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.