C# Class QualisysRealTime.Unity.Skeleton.SkeletonBuilder

Class responsible for Building a Skeleton from markers
Show file 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 property

public bool Interpolation
return bool

MarkerPrefix public property

public string MarkerPrefix
return string

SolveWithIK public property

public bool SolveWithIK
return bool