mapped coordinates

Home Forums Feedback mapped coordinates

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3304 Reply
    Stefano
    Guest

    Hello everyone,

    I don’t understand what are the mapped coordinates and how a user can manages them.
    I’m reffering to the iannix variables like “trigger_value_x , cursor_value_y”.

    Thank you

    #3307 Reply
    IanniX
    Keymaster

    Hi!

    Absolute coordinates means that if a cursor is at coordinate x=3 and y=2 on score, it will send cursor_xPos=3 and cursor_yPos=2

    Mapped coordinates means that if a cursor is at coordinate x=3 and y=2 on score, and its bounding rect (dashed line when hovering the cursor) is between x=[0 -> 4] and y=[0 -> 4], it will send cursor_xPos=3, cursor_yPos=2, cursor_value_x=3/4=0.75 and cursor_value_y=2/4=0.5

    You can change the output range, for exemple, you can say when x goes from 0 to 4, values goes from 22 to 22000. Have a look at Inspector > Info > Message tab 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: mapped coordinates
Your information:





© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About