Jump to content
Search Community

mrtsrds

Members
  • Posts

    9
  • Joined

  • Last visited

Community Answers

  1. mrtsrds's post in Magnetic Hover Interaction Cursor was marked as the answer   
    Yes I know. But that issue has not been resolved. That's why I opened a new topic. I found the solution to the problem. You can review below.
     
    if (distance.y > hypotenuse || distance.x > triggerDistance) { return; } if (distance.x > hypotenuse || distance.y > triggerDistance) { return; }  
     
×
×
  • Create New...