![]() |
|
#2
|
|||
|
|||
|
Can you post some example code that shows your problem?
In the following example the center of the ball on the left is changed in the y value which affects it's rotation: Code:
import viz
import vizact
viz.go()
ball = viz.addChild('ball.wrl',pos=[-0.5,1.5,4])
ball.center(0,0.25,0)
ball2 = ball.copy(pos=[0.5,1.5,4])
spin = vizact.spin(1,0,0,90)
ball.addAction(spin)
ball2.addAction(spin)
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vizard problem | mizutani_jun | Vizard | 4 | 01-09-2011 04:39 PM |
| winviz.exe problem | llqqff | Vizard | 2 | 07-16-2010 10:08 AM |
| export problem | bazelaisr | Vizard | 2 | 05-28-2008 11:19 AM |
| problem with female animations | vmonkey | Vizard | 1 | 10-07-2005 11:36 AM |
| sound problem | alaa | Vizard | 7 | 09-02-2005 02:13 PM |