C# Class QualisysRealTime.Unity.Skeleton.SkeletonBuilder

Class responsible for Building a Skeleton from markers
ファイルを表示 Open project: qualisys/Qualisys-Unity-SDK Class Usage Examples

Public Properties

Property Type Description
Interpolation bool
MarkerPrefix string
SolveWithIK bool

Public Methods

Method Description
SolveSkeleton ( List markerData ) : BipedSkeleton

Build a skeleton according to the markers

Method Details

SolveSkeleton() public method

Build a skeleton according to the markers
public SolveSkeleton ( List markerData ) : BipedSkeleton
markerData List A list of markers
return BipedSkeleton

Property Details

Interpolation public_oe property

public bool Interpolation
return bool

MarkerPrefix public_oe property

public string MarkerPrefix
return string

SolveWithIK public_oe property

public bool SolveWithIK
return bool