You should probably use TurboWarp: https://turbowarp.org/975624289 WASD to move Space to jump Arrow keys/mouse to look around
This is super slow and glitchy and is definitely not complete and I still need to add a lot of optimisations before this runs well. The graphics are from my latest 3D engine: https://scratch.mit.edu/projects/883370217/ This is built on my other 3D platformer test: https://scratch.mit.edu/projects/915014880/ All models were made by me in Blender CREDITS: Almost all my code (apart from around 4 scripts). @BamBozzle for helping me with the shared vertices (I did change it to fit with this project). @BamBozzle and @SpinningCube for helping me with the .obj file importer (I still have a lot left to work on but now objects can be imported from blender). @tsf70 and @KryptoScratcher for the triangle filler and the z clipping (I originally used @DadOfMrLog's tri filler and my own z-clipping but @KryptoScratcher told me to use their code, but I did modify it a bit to fix a bug and improve the performance). @KryptoScratcher for the sphere-triangle collision detection (I tried making it myself but it wasn't working super well).