C# Класс LeapMotionAPI.LeapMotionConverter

Наследование: AssimpConverter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNodeBoneName ( string fingerType, string boneType, Leap.Hand hand ) : string
GetNodeHandName ( string handId ) : string
RecordStream ( Frame frame ) : void

Приватные методы

Метод Описание
AddChildBone ( string fingerType, string boneType, Leap.Hand hand, Assimp.Node parentNode ) : Assimp.Node
AddNewFrame ( Leap.Hand hand, Assimp.Animation anim ) : void

Add a new frame Animation channel

CreateNodeHierarchy ( Leap.Hand hand, Assimp.Scene handScene ) : void

Build a Node hierachy into the scene property 'mainScene' from a Hand object

RecordHand ( Leap.Hand hand ) : void

Take an Hand argument which will be converted and added into one of the animation present in the animList property

VectorToNode ( Leap.Vector posVect, double time ) : QuaternionKey>.Tuple

Описание методов

GetNodeBoneName() публичный статический Метод

public static GetNodeBoneName ( string fingerType, string boneType, Leap.Hand hand ) : string
fingerType string
boneType string
hand Leap.Hand
Результат string

GetNodeHandName() публичный статический Метод

public static GetNodeHandName ( string handId ) : string
handId string
Результат string

RecordStream() публичный Метод

public RecordStream ( Frame frame ) : void
frame Frame
Результат void