The problem is like this, I'm having a script inside VRML manipulating objects in the world. From C# application itself, it updates the viewpoint and orientation of the world. Once this is updated, I wish to trigger the script for objects' manipulation. How possibly can I do this?
1) You can run script explicitly from application by sending events (eventIns) to its fields after the update is complete.
2) Add the ProximitySensor node to the scene and make it trigger the script when camera position or orientation is changed.