WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 37
Search took 0.01 seconds.
Search: Posts Made By: sado_rabaudi
Forum: Vizard 05-12-2023, 02:02 PM
Replies: 3
Views: 18,143
Posted By sado_rabaudi
The head is usually parented to the transport, so...

The head is usually parented to the transport, so you may try transportNode = vizconnect.getTransport('main_transport').getNode3d()
then transportNode.setPosition (where "main_transport" is the...
Forum: Vizard 05-12-2023, 01:42 PM
Replies: 2
Views: 5,673
Posted By sado_rabaudi
It works for me if I first apply an animation in...

It works for me if I first apply an animation in Mixamo to the mutant and then download that animation and apply it separately.
Forum: Vizard 05-12-2023, 01:39 PM
Replies: 2
Views: 5,673
Posted By sado_rabaudi
Hi, I have noticed there are some...

Hi,

I have noticed there are some differences between the Mixamo skeletons available in their character library. Are you having this same result if you download the Mutant character, apply an...
Forum: Vizard 05-12-2023, 01:36 PM
Replies: 1
Views: 4,182
Posted By sado_rabaudi
Hi, You can see this page in the Vizard...

Hi,

You can see this page in the Vizard documentation on how to add 360 videos and images:
https://docs.worldviz.com/vizard/latest/#Spherical%20video.htm

The same code would apply for...
Forum: Getting Vizard Help with AI 03-24-2023, 03:54 PM
Replies: 0
Views: 16,496
Posted By sado_rabaudi
Getting help with Vizard with AI

Watch this quick tutorial on how you can use the new ChatGPT inside Bing to directly ask the Vizard documentation questions using natural language. For more information on how you can leverage AI to...
Forum: Vizard 02-03-2023, 03:18 PM
Replies: 1
Views: 5,007
Posted By sado_rabaudi
Hi, There are some global settings for the...

Hi,

There are some global settings for the cluster tool, but these are read only.
https://docs.worldviz.com/vizard/latest/#Configuration_settings.htm?Highlight=options

The Cluster Tool by...
Forum: Vizard 02-03-2023, 03:14 PM
Replies: 1
Views: 5,054
Posted By sado_rabaudi
Hi, Can you try this with 3DSMax 2020 and...

Hi,

Can you try this with 3DSMax 2020 and see if you're still getting an error?

Best,
Sado
Forum: Vizard 02-03-2023, 03:11 PM
Replies: 1
Views: 6,781
Posted By sado_rabaudi
Hi Debasish, Vizard currently only exports...

Hi Debasish,

Vizard currently only exports as either .exe or .zip (so does not support .apk for Android). You can, however, run Vizard on an Android device by using a cloud streaming service such...
Forum: Vizard 02-03-2023, 03:09 PM
Replies: 1
Views: 6,674
Posted By sado_rabaudi
Hi, You can see our documentation on using...

Hi,

You can see our documentation on using matplotlib with Vizard, and specifically, the example on plotting real time data here:...
Forum: Announcements 12-10-2022, 11:17 AM
Replies: 0
Views: 4,759
Posted By sado_rabaudi
Multi-User Eye Tracking experiments now available with SightLab VR

SightLab VR is a new plugin to Vizard that allows you to create, run and analyze eye tracking experiments (or using head position if using a headset without eye tracking) in minutes. Connects to...
Forum: Vizard 12-10-2022, 11:09 AM
Replies: 1
Views: 5,480
Posted By sado_rabaudi
Does your model contain facial morphs? You can...

Does your model contain facial morphs? You can see that in Inspector on the right hand side if you click on the name of the avatar.

.fbx is the most compatible format
Forum: Vizard 02-17-2022, 11:18 AM
Replies: 6
Views: 11,298
Posted By sado_rabaudi
It seems you can install the latest Psychopy now...

It seems you can install the latest Psychopy now with Vizard 7.3 that was just released
Forum: Vizard 10-04-2021, 04:26 PM
Replies: 6
Views: 11,298
Posted By sado_rabaudi
We tested the latest version of Vizard (7.2.1)...

We tested the latest version of Vizard (7.2.1) and psychopy 2020.2.10 works, but 2021.2.3 did not. It might be worth looking into what changed on the psychopy side.

To install the 2020.2.10...
Forum: Vizard 09-01-2021, 09:10 AM
Replies: 2
Views: 8,431
Posted By sado_rabaudi
Hi, I don't see anything in the global...

Hi,

I don't see anything in the global Vizard options to suppress the Cluster Client window. Likely it's not a feature that is no far needed. We'll put it on a list of possible Vizard updates.
...
Forum: Vizard 08-27-2021, 11:24 AM
Replies: 7
Views: 10,114
Posted By sado_rabaudi
One way to do this is to first create a group...

One way to do this is to first create a group tracker in vizconnect that will contain the modified tracking data without roll. Next, in the avatar animator set the avatar head to move with this group...
Forum: Announcements 08-25-2021, 10:03 AM
Replies: 0
Views: 8,312
Posted By sado_rabaudi
Create virtual reality eye tracking experiments with sightlab vr software

WorldViz introduces SightLab VR, a drag and drop software tool for setting up eye tracking experiments in virtual reality. Utilize a GUI interface to build an interactive scene, run your experiment...
Forum: Vizard 08-25-2021, 09:53 AM
Replies: 1
Views: 7,832
Posted By sado_rabaudi
Hi, What graphics card are you currently...

Hi,

What graphics card are you currently using? And is your version of Vizard up to date? I've seen that issue sometimes when there is another version of winviz.exe running in the background, but...
Forum: Vizard 08-25-2021, 09:48 AM
Replies: 1
Views: 8,489
Posted By sado_rabaudi
Hi, I believe you would need to put all of...

Hi,

I believe you would need to put all of your tasks under one function and then call that function with one viztask.schedule(seq()). In that function the viztask function is waiting for "yield"...
Forum: Vizard 08-25-2021, 09:42 AM
Replies: 2
Views: 7,958
Posted By sado_rabaudi
Hi, You could try using .setParent to link...

Hi,

You could try using .setParent to link the transport to the head. Is there a reason you don't want to add the SteamVR tracker in vizconnect and link that to your mainview? Then you could just...
Forum: Vizard 08-25-2021, 09:35 AM
Replies: 7
Views: 10,114
Posted By sado_rabaudi
Hi, You can use a "merged" tracker that...

Hi,

You can use a "merged" tracker that will combine the orientation from one tracker and the position from another. For instance you could use the "Virtual Mouse Orientation" tracker to use the...
Forum: Vizard 08-25-2021, 09:13 AM
Replies: 1
Views: 4,566
Posted By sado_rabaudi
Hi Hetal, Here is the documentation on...

Hi Hetal,

Here is the documentation on using a mouse click as a callback:
https://docs.worldviz.com/vizard/latest/#Mouse.htm?Highlight=mouse

Then you could use avatar.getPosition() to query...
Forum: Vizard 04-21-2021, 07:40 AM
Replies: 4
Views: 16,515
Posted By sado_rabaudi
Hi Roy, If you go to tools- vizconnect and...

Hi Roy,

If you go to tools- vizconnect and choose the SteamVR preset, then go to start page- advanced- inputs do you see a green button or red x next to the r_hand_input and l_hand_input?
...
Forum: Vizard 02-08-2021, 10:36 AM
Replies: 4
Views: 8,480
Posted By sado_rabaudi
Hi Hanna, I had messaged a few of my...

Hi Hanna,

I had messaged a few of my colleagues to see if they have any suggestions. The only thing I can immediately think of is to try reducing the alpha value of the geometry to 0, but I'll...
Forum: Vizard 01-29-2021, 03:49 PM
Replies: 4
Views: 8,480
Posted By sado_rabaudi
Hi Hanna, Would it work if you used some...

Hi Hanna,

Would it work if you used some geometry (like a wall) and then set it's alpha value to 0 (so that it's not visible)? Is what you're looking for to keep the spread of the light to a...
Forum: Vizard 12-03-2020, 12:22 PM
Replies: 4
Views: 29,885
Posted By sado_rabaudi
Hi Hannah, I responded to this on our...

Hi Hannah,

I responded to this on our website chat, but will post here as well in case others need to see. You can publish as an exe or .zip, which the participant can use without having to...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -7. The time now is 07:17 PM.


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