Noise:setInterp

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.

Available since: Gideros 2019.12
Class: Noise

Description

Changes the interpolation method used to smooth between noise values.
Possible interpolation methods (lowest to highest quality):

  • Linear
  • Hermite
  • Quintic

Used in Value, Perlin Noise and Position Warping.
Default: Quintic

Noise:setInterp(interpolation)

Parameters

interpolation: (number) integer interpolation value