Unit 'uVerletClassesGL' Package
[Overview][Classes][Index] [#pl_glscene]

TGLVerletAssemblyCloth

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

Declaration

Source position: uVerletClassesGL.pas line 84

type TGLVerletAssemblyCloth = class(TGLVerletAssemblyBase)

public

  VerHorSlack: Single;

  

  DiagonalSlack: Single;

  

  NodeRadius: Single;

  

  GLVCCloth: TGLVCCloth;

  

  Corners: TVerletNodeList;

  

  Stiffness: Boolean;

  

  test: Integer;

  

  constructor Create; override;

  

  destructor Destroy; override;

  

  function StickExists();

  

  procedure AddStick();

  

  function VertexIDForXY();

  

  procedure BuildNormals; virtual;

  

  procedure PrepareFaceGroups; virtual;

  

  procedure AddPoly(); virtual;

  

  procedure BuildCloth();

  

  function Progress(); override;

  

  function IdForOtherSide();

  

  property XRes: Integer; [r]

  

  property YRes: Integer; [r]

  

  property Cloth: TGLMorphableMeshObject; [r]

  

end;

Inheritance

TGLVerletAssemblyCloth

  

|

TGLVerletAssemblyBase

  

|

TVerletAssembly

  

|

TObject



CT Web help

CodeTyphon Studio