Unit 'GLPerlin' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_glscene]

TGL2DPerlin

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

Declaration

Source position: GLPerlin.pas line 119

type TGL2DPerlin = class(TGLBasePerlin)

public

  Width: Integer;

  

  Height: Integer;

  

  XStart: Integer;

  

  YStart: Integer;

  

  XStep: Integer;

  

  YStep: Integer;

  

  MaxValue: Double;

  

  MinValue: Double;

  

  constructor Create(); override;

  

  procedure Generate; override;

  

  function GetPerlinValue_2D();

  

  procedure MakeBitmap();

  

  procedure SetHeightData();

  

end;

Inheritance

TGL2DPerlin

  

|

TGLBasePerlin

  

|

TObject



CT Web help

CodeTyphon Studio