It would be something like this. If you go into the Dual 3D layout, rotate the views a bit, then go into the Developers->Cameras module you can play with it:
v = getNode('View1')
c = getNode('*Camera*')
c.SetActiveTag(v.GetID())
It would be something like this. If you go into the Dual 3D layout, rotate the views a bit, then go into the Developers->Cameras module you can play with it:
v = getNode('View1')
c = getNode('*Camera*')
c.SetActiveTag(v.GetID())