![]() |
#4
|
|||
|
|||
Just get the absolute position of the glove model and use the lookat command. I'm assuming you have some sort of 3d model representation of the glove:
Code:
glovePos = gloveModel.get(viz.POSITION,viz.ABSOLUTE_WORLD) view.lookat(glovePos) |
|
|