Skip to content

Commit

Permalink
- update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkarnez authored Aug 28, 2024
1 parent 311b353 commit c06a438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ polyuworld-addon-chemistry-lab
### Terrain
- [Coding Challenge 11: 3D Terrain Generation with Perlin Noise in Processing - YouTube](https://www.youtube.com/watch?v=IKB1hWWedMk)
- https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_stl.html
```
```js

// Ground

Expand All @@ -20,7 +20,7 @@ scene.add( new THREE.HemisphereLight( 0x8d7c7c, 0x494966, 3 ) );
```

### Generate Ground
```
```js
const gridSize = 10; // Number of planes in each direction
const planeSize = 1; // Size of each plane

Expand Down

0 comments on commit c06a438

Please sign in to comment.