Click the green flag TWICE WASD keys or mouse to move Space to jump You should probably run this on TurboWarp: https://turbowarp.org/915014880
You should probably run this on TurboWarp: https://turbowarp.org/915014880 Newer version: https://scratch.mit.edu/projects/975624289/ This probably has tons of glitches. The graphics are from my latest 3D engine: https://scratch.mit.edu/projects/883370217/ This should hopefully work better than my other attempt at collisions: https://scratch.mit.edu/projects/812262473/ The model used in this was made in like 2 minutes by me in Blender. CREDITS: Almost all my code (apart from 3½ 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). for the sphere-triangle collision detection (I tried making it myself but it wasn't working super well).