[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |