WELCOME TO MY 3D ENGINE! Move your mouse above the screen to reveal the control variables and watch the 3D math in action! Move "Rot_X" to rotate the cube vertically (Pitch). Move "Rot_Y" to rotate the cube horizontally (Yaw). Move "Rot_Z" to tilt the cube sideways (Roll). Click anywhere to test or interact! :D If the project is laggy, try TurboWarp! https://turbowarp.org/1333032494
100% made by me (code, logic, and rendering). Note: This project doesn't use pre-made images or 3D models; instead, I coded a custom 3D wireframe engine that calculates real perspective projection using trigonometric rotation matrices (Sine and Cosine) inside a single custom block. Perspective formulas used: X_screen = (X_3D / Z_3D) * 300 Y_screen = (Y_3D / Z_3D) * 300 Support me by following! :D (@Logiclyn) Loves & Faves are highly appreciated! Credits: Scratch for the font :] Me (@Logiclyn / BounceLabs) for the engine :] Gemini AI for helping me debug those crazy "crossed wires" in the JSON file. Let me know if you find any bugs or if you want me to add more 3D shapes! :) Tags (ignore): #3d #engine #pen #wireframe #cube #math