WASD to move, E and Q to fly, arrow keys to look around. Enjoy the natural scenery! NO HATE!! PLEASE!! I WILL report!! First time I reported 3 comments within 5 minutes Made for SDS Use this! https://turbowarp.org/1182506028
Uses my Dolphin 3D Engine, check it out on my main account @FantasticDolphin44 Tree model is by TinkercadShapes on Tinkercad. Transform point, add 3D triangle, set pen color to RGB, calculate distances, and set p to xyz blocks are by @CodingBio. 3D projection blocks are by @finnagin5. The triangle filler was created by @-Rex-Test- and @Geotale. I looked at @CodingBio's engine to find how to detect points behind camera @ggenije for the binary insertion sort. FPS counter inspired by the one in https://scratch.mit.edu/projects/422631818 by @Howtomakeausername. The rotation functions used are by @Steelix1000. The textured triangle filler is by @KryptoAlt I followed @CodingBio's tutorial for sorting here Big thanks to @CodingBio. CodingBio's tutorials on 3D really helped me learn about 3D, as well as looking at the code in the last demo in part 5 of the series (This helped with putting some blocks in). Backface culling uses matrices as I found here: https://math.stackexchange.com/questions/1324179/how-to-tell-if-3-connected-points-are-connected-clockwise-or-counter-clockwise The culling is run after the triangle is projected to the screen.