• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Button press using gaze time - VR

atani

Invaluable member
Wiki Contributor
Featured Contributor
Joined
Jan 15, 2021
Messages
3,634
Solutions
112
Reactions
3,289
I don't even know how feasible this kind of thing is, so bear with me while I say things that could be outside of what's possible or reasonable.

The goal:

Hands free with UIButtons, not needing a controller for pressing UIButtons, instead, a prolonged gaze could trigger it. A 5 second gaze on a UIButton would emulate a click.

What for?

To be hands-free on scenes would be a step up in immersion, and would be great if one could use the hands for something else ;)

As I said, I have no idea how this could be made or how difficult it would be. Perhaps it's already doable with existing tools and I don't know about it.
Any thoughts on this?

Thanks
 
Sounds interesting, but is it doable?

The UIbutton trigger part sounds easy enough? :unsure:
I would use some type of collison with UIbutton to start 3sec timer (on collison and reset back to 0 on loss),
also maybe change color of text/background (when you 'look at'/trigger).

But the gaze part...that i don't know.
-i guess attaching/parenting 'collision' to camera view is out of the question?
(all buttons have to be on same distance(depth/radius/peripheral) as your collision trigger, otherwise you would never trigger them (when you gaze/rotate at)
-does look at target node work while possessing/pov/embody/etc, or it stays inactive on the side?
(even if it does, it could be the same issue as above)
-maybe attach/parent to head?
(or no...head doesn't move?)


You only need to figure out the 'gaze' part, triggering shouldn't be the issue.


I was thinking something similar to this example/concept.
 
wow, thank you for the tips, guys, so much to explore already with existing tools.
A project for the weekend :)

Glad you shared that "Mod to bounce" thread, @RandomVAMUser, your answer gave me a idea for something else ?
 
Last edited:
Back
Top Bottom