C# Class PolyFinger

Inheritance: FingerModel
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
sides int
smoothNormals bool
startingAngle float
widths float[]

Protected Properties

Свойство Type Description
cap_mesh_ Mesh
cap_vertices_ Vector3[]
joint_vertices_ Vector3[]
mesh_ Mesh
normals_ Vector3[]
vertices_ Vector3[]

Méthodes publiques

Méthode Description
InitFinger ( ) : void
UpdateFinger ( ) : void

Méthodes protégées

Méthode Description
GetJointRotation ( int joint ) : Quaternion
InitCapsMesh ( ) : void
InitJointVertices ( ) : void
InitMesh ( ) : void
UpdateCapMesh ( ) : void
UpdateMesh ( ) : void

Private Methods

Méthode Description
OnDestroy ( ) : void
Update ( ) : void

Method Details

GetJointRotation() protected méthode

protected GetJointRotation ( int joint ) : Quaternion
joint int
Résultat Quaternion

InitCapsMesh() protected méthode

protected InitCapsMesh ( ) : void
Résultat void

InitFinger() public méthode

public InitFinger ( ) : void
Résultat void

InitJointVertices() protected méthode

protected InitJointVertices ( ) : void
Résultat void

InitMesh() protected méthode

protected InitMesh ( ) : void
Résultat void

UpdateCapMesh() protected méthode

protected UpdateCapMesh ( ) : void
Résultat void

UpdateFinger() public méthode

public UpdateFinger ( ) : void
Résultat void

UpdateMesh() protected méthode

protected UpdateMesh ( ) : void
Résultat void

Property Details

cap_mesh_ protected_oe property

protected Mesh cap_mesh_
Résultat Mesh

cap_vertices_ protected_oe property

protected Vector3[] cap_vertices_
Résultat Vector3[]

joint_vertices_ protected_oe property

protected Vector3[] joint_vertices_
Résultat Vector3[]

mesh_ protected_oe property

protected Mesh mesh_
Résultat Mesh

normals_ protected_oe property

protected Vector3[] normals_
Résultat Vector3[]

sides public_oe property

public int sides
Résultat int

smoothNormals public_oe property

public bool smoothNormals
Résultat bool

startingAngle public_oe property

public float startingAngle
Résultat float

vertices_ protected_oe property

protected Vector3[] vertices_
Résultat Vector3[]

widths public_oe property

public float[] widths
Résultat float[]