Skip to content

Commit c4a5fc1

Browse files
author
Nikos M
committed
0.3.4
* update classy.js * code refactor / optimizations * edits / fix typos * new modifier PerlinNoise, uses noisejs
1 parent 81cb1e5 commit c4a5fc1

55 files changed

Lines changed: 1861 additions & 1064 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api-reference.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,17 @@ Allow to break a mesh
106106
Randomly displaces each vertex in all 3 axes
107107

108108

109+
110+
111+
112+
###Perlin modifier
113+
114+
Displaces vertices based on a perlin/simplex noise source.
115+
116+
Generates perlin/simplex noise source and displaces vertices
117+
based on the value of each point of the noise map.
118+
119+
@author Bartek Drozdz
120+
121+
@uses: https://github.com/josephg/noisejs for JavaScript
122+

build/MOD3.min.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/classy.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)