WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 08-24-2016, 12:21 AM
bbb bbb is offline
Member
 
Join Date: Nov 2015
Posts: 46
It's seems like you defined invMat inside of a function, which called local variable, and not as global variable.
If you want to use invMat in your script you should use return invMat.
For example:

new_func(a,b):
c=a+b
return c

newVar=new_func(g,h)

If this problem is not as a result of what i described and is due to the vizconnect itself than i think you should explain what you try to use with: "I tried to use the keyboard keys like up for up, down for down ect and i tried to use the mouse for orientation".
Make sure you connect the transport to input device or tracker in order to use it.
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
How do you use vizconnect Transport-JumpTo szkuls Vizard 1 05-27-2016 05:34 AM
Zspace display in Vizconnect JB_HP_Viz Vizard 5 06-05-2015 03:28 PM
Switching between input devices setup in vizconnect and not using vizconnect JB_HP_Viz Vizard 1 01-20-2015 05:19 AM
delete hand in vizconnect rvenegas Vizard 4 06-05-2014 10:17 PM
Vizconnect Save As Dialog Jeff Vizard 0 05-01-2014 09:45 AM


All times are GMT -7. The time now is 08:31 AM.


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