How can I use getchangetype to get change of View3d Orientation?
Not applicable
06-22-2015
04:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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