Message 1 of 2
Not applicable
04-26-2018
11:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Through the Python API, you can set the scale to cm using
vrController.setUnitScale(10)
Is there no way of finding out what the scale currently is? Basically something like this
print(vrController.getUnitScale())
Solved! Go to Solution.
