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.

Drag sensitivity

Home Forums Puzzles Drag sensitivity

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33884
    web
    Customer

    Can you modify the sensitivity/intensity of the “whenDragged” puzzle? So that an object for example rotates faster/bigger steps?

    #33907

    The drag puzzle follows the frequency of the mouse events. You can still make bigger steps by rounding the angle. E.g.:

    Math.round(38 / 10) * 10 = 40

    You can use the Math puzzles as well.

    Chief 3D Verger | LinkedIn | Twitter

    #33912
    web
    Customer

    Okay, thx

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