Unit 'LabColladaParser' Package
[Overview][Types][Classes][Index] [#pl_vulkanlab]

TLabColladaVertexWeights

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

Declaration

Source position: LabColladaParser.pas line 355

type TLabColladaVertexWeights = class(TLabColladaObject)

public

type

  TVertexJointReference = record

  

  JointIndex: TVkInt32;

  

  JointWeight: TVkFloat;

  

end;

  TVertexJointReferenceArr = array of array of TVertexJointReference;

  

protected

  procedure ResolveLinks; override;

  

public

  property VCount: TVkInt32; [r]

  

  property Inputs: TLabColladaInputList; [r]

  

  property Weights: TVertexJointReferenceArr; [r]

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TLabColladaVertexWeights

  

|

TLabColladaObject

  

|

TObject



CT Web help

CodeTyphon Studio