C# Class KinectStreamConverter.AssimpAnimFormatMerger

Afficher le fichier Open project: loic-lavergne/mckineap

Méthodes publiques

Méthode Description
MergeAnimations ( Assimp.Animation animFrom, Assimp.Animation animTo ) : Assimp.Animation
MergeNodeStructure ( Assimp.Node rootNode1, string mergeNodeName1, Assimp.Node rootNode2, string mergeNodeName2, MergeBehaviour &mergeBehav ) : Assimp.Node

Allows to merge 2 Node hierarchy

Method Details

MergeAnimations() public static méthode

public static MergeAnimations ( Assimp.Animation animFrom, Assimp.Animation animTo ) : Assimp.Animation
animFrom Assimp.Animation
animTo Assimp.Animation
Résultat Assimp.Animation

MergeNodeStructure() public static méthode

Allows to merge 2 Node hierarchy
public static MergeNodeStructure ( Assimp.Node rootNode1, string mergeNodeName1, Assimp.Node rootNode2, string mergeNodeName2, MergeBehaviour &mergeBehav ) : Assimp.Node
rootNode1 Assimp.Node The root Node of the first Node Hierarchy
mergeNodeName1 string The name of the node that we want to merge with mergeNodeName2
rootNode2 Assimp.Node The root Node of the first Node Hierarchy
mergeNodeName2 string The name of the node that we want to merge with mergdeNodeName1
mergeBehav MergeBehaviour
Résultat Assimp.Node