This one's in dark mode! Hello! Welcome to my final iteration of my Pre-Rendered 3D Engine I shared some time ago. This version features 3 Dimensional Modulation (3DM, a term I made up) which means that it moves along the X, Y, & Z axis. My previous engine was 2.5 Dimensional Modulation (2.5DM) which means that it could only support X and Z axis movement. But with this one, I added jumping, which is of course in the Y axis. I made jump height the same as the Z axis of your player divided by ten, and bingo, 3D Engine with almost zero lag. Update Log: v1.0 - Launch