You are browsing as a guest. Sign up (or log in) to start making projects!

5h 17m 57s logged

The wonderful world space reflections!! Right now they are only setup for entities and are still unaccelerated (that is why its running 25fps). This one was a real challenge to pull off since I learned the hard way entities don’t have texture atlases. That means for each entity on the screen, I had to manually bake their texture to a custom atlas. I will say, I found a pretty smart way to do it that only runs the bake once and caches the texture. If I ever notice overwriting issues, I can change it up, but it should be good. Also, I made it index based off the texture’s color, so modded entities should be supported :)

0
24

Comments 1

@Partholimew

OOOoooooo, shiny!