View Single Post
  #4  
Old 08-12-2010, 03:01 AM
Philippe Philippe is offline
Member
 
Join Date: Jul 2010
Posts: 12
Sorry, forgot to post the code at the beginning of main:

#Coffee Mug
my_cofeeMug = viz.add(COFFEE_MUG_PATH)
my_cofeeMug.setPosition( -2.2 , 0.85 , 1 )
my_cofeeMug.setScale( .01, .01, .01)

...

seems like it continues to look at the my_cofeeMug object - Is it locked at the my_cofeeMug object? If so, why does the head turn forwards at the third time we call lookStraight ?
__________________
Thanks,

Philippe
Reply With Quote