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

TFGBezierSurface

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

Declaration

Source position: GLParametricSurfaces.pas line 153

type TFGBezierSurface = class(TGLFaceGroup)

protected

  procedure SetControlPointIndices();

  

  procedure SetTexCoordIndices();

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure WriteToFiler(); override;

  

  procedure ReadFromFiler(); override;

  

  procedure BuildList(); override;

  

  procedure Prepare; override;

  

  property CountU: Integer; [rw]

  

  property CountV: Integer; [rw]

  

  property Resolution: Integer; [rw]

  

  property MinU: Single; [rw]

  

  property MaxU: Single; [rw]

  

  property MinV: Single; [rw]

  

  property MaxV: Single; [rw]

  

  property ControlPointIndices: TIntegerList; [rw]

  

  property TexCoordIndices: TIntegerList; [rw]

  

end;

Inheritance

TFGBezierSurface

  

|

TObject



CT Web help

CodeTyphon Studio