![]() |
|
#2
|
|||
|
|||
|
Hi Howard,
The following example will rotate a model 45 degrees along the absolute y axis: Code:
model.rotate(0,1,0,45,viz.RELATIVE) Code:
viz.rotate(model,viz.YAXIS,45) Code:
import vizmat X = vizmat.Transform() X.makeRot(0,1,0,90) X.postRot(0,1,45) model.update(X) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|