site banner

Friday Fun Thread for July 28, 2023

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

2
Jump in the discussion.

No email address required.

Oh! You're talking about normals. The surfaces do have a texture, but to save resources they're only drawn on the "forward" side (defined by the normal vector). I think you can actually use that for validation, though I still can't think of an obvious traversal algorithm that could do the check. It might be a solved problem for all I know (or not, lol), but I can't think of the right terms to google it. I'll let you know if I find anything.

Before jumping into Skyrim, I'd try to do a proof of concept in something like Unity. You can import a bunch of meshes there, set them up in an invalid way, and try to write a script that detects it. If it works, you can try looking into applying it to Skyrim.