Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
node3d
»
<node3d:avatar>.getBone
7.7
<node3d:avatar>.getBone
Returns a bone
<node3d:avatar>.getBone(
name
)
name
Bone name
Remarks
This command will return the bone of the avatar with the given name. Once the bone is returned the user can manually rotate and translate it.
Return Value
Bone object
Example
avatar
=
viz
.
add
(
'vcc_female.cfg'
)
head
=
avatar
.
getBone
(
'Bip01 Head'
)
See also
<node3d:avatar>.getBoneList
<node3d:avatar>.getRootBoneList
Copyright © 2001-2024 WorldViz. All rights reserved.