Skip to content

Commit 2e51689

Browse files
committed
Create json file for perlin noise detail video
1 parent e0f8dae commit 2e51689

File tree

1 file changed

+36
-0
lines changed
  • content/videos/noc/perlin/perlin-noise-detail

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"title": "I.6: Perlin Noise Detail in p5.js",
3+
"description": "In Part I.6 of the Perlin Noise Tutorial, I look at the p5.js function noiseDetail() how it can be used to alter the results Perlin noise function. The concepts of octaves and falloff are explained.",
4+
"videoId": "D1BBj2VaBl4",
5+
"date": "2016-06-26",
6+
"languages": ["p5.js", "JavaScript"],
7+
"topics": ["For beginners"],
8+
"canContribute": true,
9+
"timestamps": [
10+
{ "time": "0:23", "title": "The Noise Algorithm" },
11+
{ "time": "1:07", "title": "Visualization of Perla Noise in Two Dimensions" },
12+
{ "time": "1:31", "title": "Noise Detail Function" }
13+
],
14+
"groupLinks": [
15+
{
16+
"title": "Group of links title",
17+
"links": [
18+
{
19+
"title": "The Nature of Code",
20+
"url": "https://natureofcode.com/",
21+
"description": "The Nature of Code - online book by Daniel Shiffman"
22+
},
23+
{
24+
"title": "Link 2 title",
25+
"url": "link 2 url",
26+
"description": "description of content linked"
27+
},
28+
{
29+
"title": "The Nature of Code Examples p5.js",
30+
"url": "https://github.com/nature-of-code/noc-examples-p5.js",
31+
"description": "Repository for example p5.js code from the Nature of Code book"
32+
}
33+
]
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)