View Single Post
  #1  
Old 06-04-2009, 08:26 AM
durf durf is offline
Member
 
Join Date: Feb 2009
Posts: 61
setEuler after Linking problem

Hello,

I created this:
Code:
fT = vizact.fadeTo(1,time=2)
ppt3Object.runAction(fT)
ppt3Object.scale(.05,.05,.05)
link1 = viz.link(ppt3,ppt3Object)
link1.setOffset([60,0,0])
I have tried to setEuler by the node3d and by the link and its not setting the Euler. If I comment out the link and set the position for ppt3Object and then set the Euler it works. How can I set the Euler while its linked?

Thanks
Reply With Quote