![]() |
|
#1
|
|||
|
|||
Pls find the below code and use it to integrate with your program code.
Code:
import vizcam camera = vizcam.PivotNavigate() camera.setDistance(5) def moveCamera(): while True: # Get the handle of the 3D Model as taken below lookAtPos = avatar.getBone('Bip01 Pelvis').getPosition(viz.ABS_GLOBAL) lookAtPos[1] = lookAtPos[1] + .5 camera.setCenter(lookAtPos) camera.updateCenter() yield None viztask.schedule(moveCamera()) Mr.Rajnish Vishwakarma |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Physics: Ball Bounces Unexpectly Based Upon Size + Ring Collision Shape | mhead10 | Vizard | 3 | 11-02-2012 01:44 PM |
Strange Ball Joint behaviour | mkmatlock | Vizard | 1 | 11-04-2010 04:49 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 |
How to make avatars to follow terrain while walking? | yyang | Vizard | 1 | 08-04-2008 02:54 PM |