#1
|
|||
|
|||
rotate camera about an object
hello...
i need to rotate a camera about an object, i could parent objects to each other, but couldnt parent camera under another object, as another solution i noticed that MainView.pivot() i tried to to move the pivot to that object, but nothing happens. dont know what to do... if please someone can help |
#2
|
|||
|
|||
You can set the camera handler to pivot navigate.
Code:
import viz viz.go() female = viz.add('vcc_female.cfg') #Setup camera navigation import vizcam vizcam.PivotNavigate(center=[0,1,0],distance=5) |
#3
|
|||
|
|||
thanks alot man that was helpful
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 04:26 AM |
rotate object in relation of sth. else | Penguin | Vizard | 6 | 05-11-2009 08:54 AM |
how to pick up the object, move and rotate using mouse | nasr | Vizard | 5 | 05-05-2009 03:11 AM |
Child Object Rotation | paulgoldberg | Vizard | 5 | 09-05-2006 11:33 AM |
rotate to object | jargon | Vizard | 1 | 08-08-2005 12:20 PM |