Re: [JAVA3D] Anyone integrated a VFX-3D HMD?

2003-08-02 Thread Tarlton Mark-CMT041
Justin Regarding running at 640x480, have you looked at "Display Properties --> Settings --> Advanced --> Adaptor --> "List All Modes" ? I'm running NVIDIA under Windows XP and even though the normal resolution Slider only goes to 800x600, the "List All Modes" lets me set 640 x 480 for all color

Re: [JAVA3D] goodbye for now

2003-08-02 Thread Alessandro borges
In the last few years we have seen the paving pathway for 3D mass market : * good and cheap video cards; * high performance VMs (Hotspot); * powerful CPUs; * RAM memory at low cost; * Java stronger than ever; * Internet widely available for software deployment; I see NO reasons to dismiss the Jav

Re: [JAVA3D] Pick Behavior problem

2003-08-02 Thread P. Flavin
Sun's mailing lists are archived which you can browse and search: Pick Behavior: 3 examples with sourcecode w. Selman's VRML Picking Demo --- | http://archives.java.sun.com/cgi-bin/wa?A2=ind0308&L=java3d-interest&P=649 Since it

[JAVA3D] Does it make sense ?

2003-08-02 Thread Dirk L. van Krimpen
  Once upon a time, long before I finally became an independenttrainer and developer, I was employed at a factory with allkind of interesting things as NC-machines and CADCAM systems.The management was OK, you could have a nice talk to them, butthey were also very strict if necessary. You had to

Re: [JAVA3D] Front Shape problem

2003-08-02 Thread Dirk L. van Krimpen
It is obvious that in your program, when the two shapes are in front of each other, both shapes are selected. So, you have to build in some code to tell the system which of the shapes you want. In my applications I used Point3d eyePos=pickCanvas.getStartPosition(); PickIntersection pi=pickResult[0

Re: [JAVA3D] Pick Behavior problem

2003-08-02 Thread Dirk L. van Krimpen
Hi Paul, Your initial shape is alive anyway, otherwise you wouldn't see it. So, if I had this problem I should first try to find a possible BranchGroup which is not alive at time of clicking. Also, I should check exactly which Group or Shape was made pickable by ..setPickable(true); Most of th

Re: [JAVA3D] goodbye for now

2003-08-02 Thread N. Vaidya
Hi Mark and Kelvin, My heartiest THANKS for your excellent support with Java 3D. My BEST WISHES for an excellent and satisfying career. Warm Regards Raj Vaidya === To unsubscribe, send email to [EMAIL PROTECTED] and include

Re: [JAVA3D] Pick Behavior problem

2003-08-02 Thread P Watson
Hi, I recently received a reply providing some solutions to the problem by P Flavin. Unfortunately i accidently deleted the email - can you please send it again P Flavin or anyone else who has a copy. It would be much appreciated since i have spent ages trying to fix the problem. Thanks Paul