Infinite 3D Terrain Generator (100% Pen)

Infinite 3D Terrain Generator (100% Pen)

by P444

👁 1,227 ❤️ 89 ⭐ 64 🔄 3
Created: Sep 17, 2017 Last modified: Sep 17, 2017 Shared: Sep 17, 2017

Description

An infinite 3D terrain generator made using the perlin noise. If you are lagging a lot, you can press space, paste the code below and press enter. 300,300,30,0,0,2000,60,0,0,0.25 Movement and rotation: Use WSAD keys to navigate through the terrain. Use Arrow Keys to rotate the terrain. Use the scale slider to define the zoom on the perlin noise. Custom paramteres (advanced): NOTE: The parameters are not checked for any errors, so you might crash if you do not follow the exact format! Also do note that some parameters may completely break the 3D scripts. To use the custom user parameters, simply press Space and enter your parameters. The parameters are as followed: Width of the grid, Height of the grid, Scale between vertices, X Position, Y Position, Z Position, X Rotation, Y Rotation, Z Rotation, Perlin Zoom (the scale slider) The default parameters are below: 400,400,20,0,0,2000,60,0,0,0.16 Wireframe: Press H to toggle wireframe on and off. When filling the triangles, it will lag A LOT! So it is advised to use this code before checking out the filled terrain. 200,200,20,0,0,200,60,0,0,0.24 Credits: The 3D rotation scripts are from https://scratch.mit.edu/projects/83733144/ by @Laddie12 The perlin noise scripts are from https://scratch.mit.edu/projects/77717338/ by @chooper100 The triangle fill scripts are from https://scratch.mit.edu/projects/24870455/ by @Zro716

Project Details

Visibility
Visible
Comments
Enabled

More Cool Projects