NoiseXYZ

Family: Core · One form

What it does

NoiseXYZ takes x (a float), y (a float) and z (a float), and answers a float.

Syntax

NoiseXYZ(x float, y float, z float) → float

Parameters

NameType
xfloat
yfloat
zfloat

Every form returns

float

Example · generated

DO  Print(NoiseXYZ(100.0, 120.0, 100.0))  Sync()LOOP

NoiseXYZ is called and its answer is printed every frame. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

Related commands

200 commands in Core