Unit 'GLGraph' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TGLHeightField

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

Declaration

Source position: GLGraph.pas line 98

type TGLHeightField = class(TGLSceneObject)

protected

  procedure SetXSamplingScale();

  

  procedure SetYSamplingScale();

  

  procedure SetOptions();

  

  procedure SetOnGetHeight();

  

  procedure SetOnGetHeight2();

  

  procedure SetColorMode();

  

  procedure DefaultHeightField();

  

  procedure Height2Field();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure BuildList(); override;

  

  procedure NotifyChange(); override;

  

  property TriangleCount: Integer; [r]

  

published

  property XSamplingScale: TGLSamplingScale; [rw]

  

  property YSamplingScale: TGLSamplingScale; [rw]

  

  property ColorMode: TGLHeightFieldColorMode; [rw]

  

  property Options: TGLHeightFieldOptions; [rw]

  

  property OnGetHeight: TGLHeightFieldGetHeightEvent; [rw]

  

  property OnGetHeight2: TGLHeightFieldGetHeight2Event; [rw]

  

end;

Inheritance

TGLHeightField

  

|

TObject



CT Web help

CodeTyphon Studio