Difference between revisions of "Noise:setFractalType"
From GiderosMobile
(Created page with "__NOTOC__ '''<translate>Available since</translate>:''' Gideros 2019.12<br/> '''<translate>Class</translate>:''' Noise<br/> === Description === S...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
Sets the method for combining octaves in all fractal noise types.<br/> | Sets the method for combining octaves in all fractal noise types.<br/> | ||
Default: '''FBM''' | Default: '''FBM''' | ||
| − | < | + | <syntaxhighlight lang="lua"> |
Noise:setFractalType(type) | Noise:setFractalType(type) | ||
| − | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === | ||
Revision as of 14:32, 13 July 2023
Available since: Gideros 2019.12
Class: Noise
Description
Sets the method for combining octaves in all fractal noise types.
Default: FBM
Noise:setFractalType(type)
Parameters
type: (constant) fractal type