We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › mapping values into processings canvas
Page Index Toggle Pages: 1
mapping values into processings canvas (Read 743 times)
mapping values into processings canvas
May 3rd, 2010, 10:36pm
 
hi, i have a set of values that i would like to map in 2d  into the processing window.  I want to have a 2d array and map those values to the windows.
In the program i did objects move randomly in the 2d , i want that each object can read a those values that are mapped to the processing windows.

which do you think is the best way of doing this?

thanks

Seb.
Re: mapping values into processings canvas
Reply #1 - May 4th, 2010, 2:33am
 
Perhaps using the... map() function
Page Index Toggle Pages: 1