i want to moving Left eye view and Right eye view affect by source view's Orientation modify
so i use dynamic model update(DMU) for stereo view
However I have a problem to catching Orientation modified
I want to use follow line
UpdaterRegistry.AddTrigger(m_updaterId, doc, idsToWatch,?????);
idsToWatch is a Element List contain Source view
What should i use for ?????
How can get view orientation modified?
help me