[JAVA3D] Problems to load a 3DS object (test source valid)

2003-12-01 Thread Fredrik Andersson
Hello! I Try to load a 3DS-object but the object will not be visible at all. I'm not so good at 3D-studio so I downloaded a object from the Internet so a have something to test with. That object can be found at: http://medlem.spray.se/fredand44/questions/girl.3DS I also have an other one that I

Re: [JAVA3D] Problems to load a 3DS object (test source valid)

2003-12-01 Thread Robert Gomez-Reino Garrido
Don't forget the lights! No lights = nothing to see, blind universe... -Original Message- From: Fredrik Andersson [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 9:16 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Problems to load a 3DS object (test source valid) Hello! I Try to

[JAVA3D] Picking points.

2003-12-01 Thread Anand Janakiraman
Hi, I have problems picking multiple points from a PointArray. The scenario is as follows: The scene graph has a PointArray inside a Shape3D. The user needs to "draw" a rectangle on the screen by clicking on the starting point, dragging through a region and clicking on the final point. Afte

[JAVA3D] Problems with loading a 3DS object (with test code)

2003-12-01 Thread Fredrik Andersson
Hello! I try to load a 3DS-object but the object will not be visible at all. I have also add some light but I still can't see the object. On each side where the 3DS-object should appaer I have added a Cone, just for reference and se if the light works. I'm not so good at 3D-studio so I downloade

Re: [JAVA3D] Problems with loading a 3DS object (with test code)

2003-12-01 Thread John Wright
Fredrik, Your code seems to go through a lot of work (which of course makes it error prone) in loading and returning the loaded model. Have you considered using our Starfire 3DS loader (and using the directions / sample code from our website documentation)? - John Wright Starfire Research Fredr

[JAVA3D] Get Canvas 3D Image

2003-12-01 Thread Silvano Maneck Malfatti
I would like to know how I can get the canvas 3D image and to trasform It in a image(bmp or jpg)? /* SILVANO MALFATTI COMPUTER SCIENCE - URI University HOME - http://www.urisan.tche.br/~smalfatti / -

Re: [JAVA3D] Get Canvas 3D Image

2003-12-01 Thread Mr H. Morgan
Hi Silvano, > I would like to know how I can get the canvas 3D image and to trasform It in a > image(bmp or jpg)? Here is the code I use. Hope it helps. Hugh /** * generates a BufferedImage containing the content of the Canvas3D * * @param Canvas3D canvas * @return Th

Re: [JAVA3D] Get Canvas 3D Image

2003-12-01 Thread John Wright
Silvano, There are "CaptureCanvas" classes available. You can get code from: http://www.j3d.org/faq/capturing.html - John Wright Starfire Research Silvano Maneck Malfatti wrote: > > I would like to know how I can get the canvas 3D image and to trasform It in a > image(bmp or jpg)? > > /**

[JAVA3D] Java 3D FAQ Weekly Posting (01 Dec 2003)

2003-12-01 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday December 1 2003 This is a posting of topics covered in the Java 3D FAQ. The answers to these questions are kept at: http://www.j3d.org/faq Please consult this list and the web site before asking questions on the mailing list. If th

[JAVA3D] window xp

2003-12-01 Thread Fei Li
Hi,   My java 3d code runs well in windows 2000. After I switched to windows xp I got the following error:   No compatible device found, please switch to other display mode and try again   who knows how to deal with this.     Thanks     =