WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 10-26-2016, 05:17 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Quote:
2) I didn't understand how to correctly use your solution to achieve my second goal, which is to get the correlation between position and orientation. I read about the vizmat module but it seems that the methods relay on previous data such as points, positions, vectors and i don't have previous data that can help. I would appreciate if you can explain furthermore.
I don't understand what you are trying to do. What do you mean by correlation between position and orientation? You can use the following commands to get the viewpoint position and orientation:

Code:
view = viz.MainView
pos = view.getPosition()
ori = view.getEuler()

Last edited by Jeff; 10-26-2016 at 05:19 PM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
getPosition and getEuler using oculus with xbox or keyboard bbb Vizard 3 01-13-2016 06:52 AM
MainView and getEuler shivanangel Vizard 1 01-20-2012 10:31 AM
Problem with getEuler and setEuler Sandro Holzer Vizard 6 10-21-2008 05:01 AM


All times are GMT -7. The time now is 12:26 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC