C# Class KinectStreamConverter.AssimpAutoHumanBodyMerger

Afficher le fichier Open project: loic-lavergne/mckineap

Méthodes publiques

Méthode Description
ExcludeNodeAnimation ( Assimp.Animation anim, string nodeAnimName ) : void
MergeBodyAndHand ( KineapScene &kineapSceneBucket ) : Assimp.Scene

Allows to merge a kinect recorded scene with a leap motion recorded scene

Method Details

ExcludeNodeAnimation() public static méthode

public static ExcludeNodeAnimation ( Assimp.Animation anim, string nodeAnimName ) : void
anim Assimp.Animation
nodeAnimName string
Résultat void

MergeBodyAndHand() public static méthode

Allows to merge a kinect recorded scene with a leap motion recorded scene
public static MergeBodyAndHand ( KineapScene &kineapSceneBucket ) : Assimp.Scene
kineapSceneBucket KineapScene
Résultat Assimp.Scene