Message 1 of 3
Move Camera Using Xbox Controller
Not applicable
07-24-2019
01:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all. I am trying to move the camera through a model using my own control system. So far I have the code to make a plugin and currently, when you click on the plugin, the document name will get printed out, and when you have selected items, it will move the camera to view each selected item one by one.
My question is, how can I move the camera by a certain step repeatedly? My current attempt is to create a new thread that runs all this code, but when I try to update the document viewpoint, the application crashes. Have there been similar projects like this? Is there something I am missing?
Thank you for the help!