Unit 'GLPerlinNoise3D' Package
[Overview][Constants][Classes][Index] [#pl_glscene]

TGLPerlin3DNoise

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: GLPerlinNoise3D.pas line 45

type TGLPerlin3DNoise = class(TObject)

protected

  FPermutations: array [0..cPERLIN_TABLE_SIZE-1] of Integer;

  

  FGradients: array [0..cPERLIN_TABLE_SIZE*3-1] of Single;

  

  function Lattice();

  

public

  constructor Create();

  

  procedure Initialize();

  

  function Noise();

  

end;

Inheritance

TGLPerlin3DNoise

  

|

TObject



CT Web help

CodeTyphon Studio