Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to know the method of changing the bike's max turn value.
#8
I think you are talking about overriding VZPlayer so much that it may not make sense to use.

VZPlayer was designed to use VZController data to move and turn in ways that reduce simulation sickness, as described in [url="https://www.virzoom.com/2019/01/03/vr-that-moves-you/"]this blog post.[/url]

But you don't have to use it, you can just put the VZController.prefab into your scene instead, and call ConnectBike() and other things on it like VZPlayer.cs does and apply your own character and camera motion.

Or you can modify VZPlayer.Update() directly to specify the camera and camera motion you want, instead of what our plugin returns.
Reply


Messages In This Thread
RE: I want to know the method of changing the bike's max turn value. - by emalafeew - 08-20-2020, 02:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)