Hi everyone: Recently, I worked on the project "Draw Bezier curve in Java3D". I got many problems. Since I have no experimence coding in Java3D, it's very difficult for me to find the solution. Can anyone help me?
Problem 1: I want to draw a new point on the cursor position when I click left mouse button. The code I wrote are like this: public class PickDragBehavior extends Behavior { .... public void processStimulus (Enumeration criteria) { ... =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".