Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
kjevle
kjevle's Profile
2
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Processing & NVIDIA 3D Vision
[1 Reply]
22-Jul-2013 02:19 AM
Forum:
Integration and Hardware
Hei
after a long time of search I could not find any information about how Processing and NVIDIA 3D Vision can work togehther.
I just want to try out my shutter glasses with one simple shape for the left eye and one for the right eye.
Could you show me some examples of NVIDIA 3D Vision-Programming in Processing?
Kjevle
robot.mouseMove does not work?
[3 Replies]
05-Jul-2013 10:51 AM
Forum:
Programming Questions
Hello
according to
http://wiki.processing.org/w/Robot_class
should this code move the mouse to an initial position:
import java.awt.AWTException;
import java.awt.Robot;
Robot robot;
void setup() {
size(400, 400);
try {
robot = new Robot();
}
catch (AWTException e) {
e.printStackTrace();
}
robot.mouseMove(displayWidth/2, displayHeight/2);
}
void draw() {
//println(frameCount);
background(0);
stroke(255,0,0);
ellipse(mouseX,mouseY,100,100);
}
But mouseX and mouseY stay at 0,0.
Any idea whats wrong?
Thank you
Kjevle
«Prev
Next »
Moderate user : kjevle
Forum