![]() |
#4
|
|||
|
|||
Just have Vizard perform the calculation for you:
Code:
curPos = node.getPosition() #Save current position node.setPosition(desiredPos,viz.ABS_GLOBAL) #Apply desired absolute pos gotoPos = node.getPosition() #Get computed local pos node.setPosition(curPos) #Restore position |
Thread Tools | |
Display Modes | Rate This Thread |
|
|