Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    How do I access the Motion control feature on the joycons?

    Beginners
    3
    3
    244
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Malivaso
      Malivaso F last edited by

      I want to be able to add some 3D joycons and add a pointer to make a small test of picking up and dragging around a ball. How would I do this? I started using FUZE on the switch yesterday.

      1 Reply Last reply Reply Quote 0
      • D
        DaddyJDM last edited by

        Start with the example code at fuzearena.com/help/view/controls

        From there, experiment with c.orientation and c.velocity! It will take a bit of trial and error to get the gestures you are after.

        After you get used to how the controller motions translate to the numbers stored in those variables: I recommend doing some research about moving averages (for example). You will find that the motion control data are "noisy" (which is normal for sensors), so using a method like the moving average will help that side.

        1 Reply Last reply Reply Quote 2
        • xevdev
          xevdev F last edited by

          That's interesting never thought about using velocity with the orientation.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post