WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 08-25-2008, 06:04 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
No, each bone has a single position/rotation. The different mode options simply specify in which coordinate frame you want to set the value of the bone. In your code the line:
Code:
male_pelvis.setEuler([0,0,0],viz.ABS_PARENT)
does nothing because you change the bone rotation in next line using viz.ABS_GLOBAL mode. The 2 values are different because viz.ABS_PARENT is getting the bone rotation in the parent bones coordinate frame and viz.ABS_GLOBAL is getting the rotation in the global coordinate system (which accounts for parent bone and avatar rotation)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Locking every bone of a character Frank Verberne Vizard 2 03-17-2008 10:21 AM
vcc avatars: defining bone length bjgold Vizard 1 08-08-2007 11:24 AM
Avatar bone rotations respect to world MiamiTodd Vizard 3 02-14-2006 10:41 AM
rotations in vizard david Vizard 7 02-24-2005 09:57 AM
vizard rotations duda Vizard 5 09-03-2003 02:31 PM


All times are GMT -7. The time now is 10:15 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC