WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   steamvr movement speed (https://forum.worldviz.com/showthread.php?t=6365)

anon8hi 05-14-2021 09:14 AM

steamvr movement speed
 
1 Attachment(s)
Hey,
I am working with the HTC Vive (steamvr) and trying to increase the speed of movement. In my project there is no avatar for the user, the movement increase should refer to the glasses (the MainView should do like 3 steps instead of 1).
I have already tried to embed several config files, but there was no effect. Also the values 'acceleration' and 'maxSpeed' were adjusted.
In the tracker code I have created a 'head_tracker' and then linked it in the transport code (main_transport).
Reason for this whole thing: the room is too small, so the user should do 2-3 steps instead of 1.
I would be very grateful if you could take a look at my config file. Maybe some embedding/linking to the tracker/MainView is wrong, I've no clue.
With kind regards,
anon8hi

anon8hi 05-15-2021 06:50 AM

looks like the following code is moding the movement speed, but this has no impact in my VR scene. If I try to modify it via vizconnect tool, I see the impact in the test scene, but afterwards in my enviroment, it has no impact on the movement speed.
It feels like: something is overwriting it

#VC: apply offsets
_link.postScale([4, 1, 3])

sado_rabaudi 08-25-2021 09:42 AM

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 drag the SteamVR tracker under the transport. The acceleration is controlled by the transport.

Best,
Sado


All times are GMT -7. The time now is 03:52 AM.

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