We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Object grab puzzles set for VR

Home Forums General Questions Object grab puzzles set for VR

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #74349
    visualizer
    Customer

    Hi
    I need just a set of puzzle editors which helps to grab the object in VR with controller.
    I tried playing with existing library example slightly but seems I am missing something.

    • This topic was modified 5 months, 4 weeks ago by visualizer.
    #74377

    It’s here.

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead graphics specialist at Soft8Soft.

    #74484
    visualizer
    Customer

    I tried this exercise once-twice it didnt work.

    #75735
    Micdsn
    Customer

    I have similar problem. I can grab objects but when I let go they disappear. How can i have objects remain where I put them. Or sit on floor where I put them?

    #75737
    kdv
    Participant

    but when I let go they disappear. How can i have objects remain where I put them.

    Search for the puzzle “on session event squeezeend”

    Or sit on floor where I put them?

    You’ll have to use physics to make objects fall down onto the floor.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

    #75743
    Micdsn
    Customer

    Thank you for responding! I got it working.
    Basically I’m setting everything i want grabbable in my scene to be picked out of its own collection in the blender file. It works great this way.

    One additional thing I want to do is not necessarily create physics to an object but simply only move it along the z axis (i think) basically imagine dragging furniture around a room. it can go anywhere on the floor axis. How can I add this constraint to just some objects?

    #75744
    kdv
    Participant

    On “squeezestart” save an object’s Z-position to some variable. On “squeezeend” restore the object’s Z-position from the variable.

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.