|
Author |
Topic: pmouseX & Y (Read 672 times) |
|
skloopy
|
pmouseX & Y
« on: Feb 5th, 2003, 10:41am » |
|
Hi sorry for being picky but Code:void setup() { size(300,300); noBackground(); } void loop() { line(mouseX, mouseY, pmouseX, pmouseY); } |
| draws a line with gaps inbetween on Mac OS 9. Maybe it's different on othe systems? Mayeb there's something wrong with the pmouseX & Y vars..
|
|
|
|
Glen Murphy
|
Re: pmouseX & Y
« Reply #1 on: Feb 5th, 2003, 12:51pm » |
|
Using your code, I get this on WinXP too - frequency of gaps increases with time program has been running (after about 30 seconds it seems the line is 50% gaps).
|
|
|
|
fry
|
Re: pmouseX & Y
« Reply #2 on: Feb 9th, 2003, 5:04pm » |
|
heh, that's a weird one. i'm not sure if that's a java vm problem or if i'm doing something dumb in the loop() that's killing off points. i'll look into it. thanks for the reports.
|
|
|
|
fry
|
Re: pmouseX & Y
« Reply #3 on: Sep 1st, 2003, 6:43am » |
|
fixed for 0060.
|
|
|
|
|