Thread: Left Hand
View Single Post
  #8  
Old 02-05-2008, 03:16 PM
rubberpimple rubberpimple is offline
Member
 
Join Date: Jan 2008
Location: Phoenix, Arizona
Posts: 16
Here it is:

myHand = viz.add('hand.cfg',pos=(0.1,1.8,0.5),euler=(0,-90,0))
myHand.scale(-1,1,1)
myHand.enable(viz.FLIP_POLYGON_ORDER)
myHand.setScale(20,20,20)

It's the setScale command. Not sure why, but the hand becomes right handed and appears darker.
__________________
David
Reply With Quote