View Single Post
  #3  
Old 07-25-2011, 03:44 PM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Hi

I take it you are doing something similar to the example here.

http://docs.worldviz.com/vizard/vizProjector.htm

In which case could you add something like this.

Code:
projectorTwo = projector.add(viz.add('BALL.JPG'))
projectorTwo.setEuler([0,90,0])

projectorTwo.affect(ground,textureNum=2)
projectorTwo.affect(ball,textureNum=2)

projectorTwo.ortho(0.25,0.15)

projectorTwo.setPosition([0,1,3])
projectorTwo.addAction( vizact.spin(0,0,1,90))
Is that what you want to do?

Thanks

TarkaDahl
Reply With Quote