Re: [JAVA3D] Issue with Runtime instantiation of Canvas3D

2004-07-08 Thread N. Vaidya
Paul, Thanks for the response. As a first shot, tried to create the Canvas3D in the processStimulus() method of a Behavior that does a postId() to itself. With that approach, I can continue to create as many Canvas3Ds as I want by pressing the JButton repeatedly, BUT the app. freezes after the cr

Re: [JAVA3D] directx and opengl

2004-07-08 Thread Juan Manuel Medina Palominos
Thanks for the code but I what did you mean with the object universe, maybe I am too noob but I didn't get that. - Original Message - From: "ZACZEK, MARIUSZ P. (MARIO) (JSC-DM) (NASA)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 11:13 AM Subject: Re: [JAVA3D]

Re: [JAVA3D] Displaying Tiff image

2004-07-08 Thread Alessandro Borges
read it: http://java.sun.com/developer/sampsource/jai/readme-1_1_1-codec.html Seens Java 1.5 supports tiff without JAI. Run below code to check the supported image IO you have /*/ import javax.imageio.*; public class GetList

[JAVA3D] Displaying Tiff image

2004-07-08 Thread romil shah
Hi all , Could anybody tell me how to load a "tiff" image in Java3D. I started looking at JAI but couldnot find much material on that. I dont know if thats the only way. An example would be highly appreciated. Thanks, Romil. __ Do you Yahoo!? Yahoo! Mail is new

Re: [JAVA3D] Issue with Runtime instantiation of Canvas3D

2004-07-08 Thread Paul Byrne
I bet this is causing a deadlock in the swing code. Try using a Swing WorkerThread so create the Canvas3D rather than doing it directly in the swing event thread. Rgds Paul N. Vaidya wrote: Hmm...This is really weird. All I'm trying to do is to instantiate a Canvas3D in Swing's EDT - simply instant

[JAVA3D] Detaching a Link, affects SharedGroup?

2004-07-08 Thread Piriyakala Suresh
I find that if I detach a branch that contains a Link, the other Links to the same SharedGroup disappear after some time!  I am guessing the gc thinks the SG is not needed anymore... If there is some other explanation or if it is an existing bug, let me know.   Thanks. - Priya ===

Re: [JAVA3D] Defining device properties through ConfiguredUniverse configuration files

2004-07-08 Thread Julie Stromer
Hi all, We've been working pretty hard at getting our "home grown" versions of things to work with Java3D 1.3.1. I've gotten the DeviceProperty thing below to work, and it actually looks really neat.   However, it is part of a bigger package (called Jabiru), and we're having some

Re: [JAVA3D] Book

2004-07-08 Thread Justin Couch
Maelvon HAWK wrote: I see a book title "Java 3d Techniques for Real Applications" de Justin Couch on "amazon.fr". A book whose publication was cancelled. What is the future of that book? There is none. The publisher cancelled it when it appeared that Java3D was no longer being actively developed. I

[JAVA3D] Issue with Runtime instantiation of Canvas3D

2004-07-08 Thread N. Vaidya
Hmm...This is really weird. All I'm trying to do is to instantiate a Canvas3D in Swing's EDT - simply instantiate and not even add it to the View - and I find that causes the app. to freeze. The testcase is HelloWorld.java in the Java3D demo bundle with the inclusion of the following code snippet

[JAVA3D] Book

2004-07-08 Thread Maelvon HAWK
I see a book title "Java 3d Techniques for Real Applications" de Justin Couch on "amazon.fr". A book whose publication was cancelled. What is the future of that book? Maelvon === To unsubscribe, send email to [EMAIL PROTECTED]