Also did some first-step experiments with CRT/LED phosphor shaders and even in their simplest forms they went well (look at the moires on the 4th image here!). I wanna play with using SDF techniques + blurring to make surfaces that realistically blur into one slightly-chromatic-aberrated images at a distance but burst out into visible RGB phosphors up close, the way an actual old television would.
@mcc Woah, this is rad. Are you familiar with EmuVR? They've done a lot to emulate various screen tech and such in VR to good effect, albeit on a smaller scale than "the entire environment"
@mcc this is really cool! Out of curiosity what does “SDF” mean - I can only find uhh dentistry related things with that acronym
@ticky Signed Distance Field or Signed Distance Function. In this case I'm using Multichannel Signed Distance Fields which can do both curves and corners. https://twitter.com/MermaidVR/status/1243683789215326208
@mcc oh interesting! Thanks for taking the time to elaborate ☺️
Finally I also did some experiments with expanding Lovr's truetype MSDF shader to do outline and glow effects. This was the image I was happiest with even though it was a bug (a < should have been a >, so instead of the letter outline fading to transparent the "inside" fills the whole glyph quad). It has this great construction-paper-cutout feel (it's a small thing but I love the imperfection inside the "t", it looks like an ink smear) #sdfidk