![]() |
|
#6
|
|||
|
|||
|
You could loop through all your objects and set their velocities and angular velocities to zero.
Code:
for i in range (len(objects)): objects[i].setVelocity([0,0,0]) objects[i].setAngularVelocity([0,0,0]) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to stop vizact.move | Jerry | Vizard | 3 | 06-04-2009 04:25 PM |
| moving and object by mouse but don't know how to stop the movement | nlfrnassimi | Vizard | 8 | 04-26-2009 07:23 AM |
| how can I stop an action? | nlfrnassimi | Vizard | 4 | 02-13-2009 12:59 AM |
| timer question | Elittdogg | Vizard | 5 | 10-10-2007 02:49 PM |
| moving viewpoint vs. translating Head_pos | bailenson | Vizard | 5 | 02-01-2005 01:51 PM |