Yup, if I instantiate the GUI using Eclipse or a command line, I get the full GUI with a model visible and everything.
If I instantiate it in Matlab, I see no model. My behaviors are working, though -- I put some System.out.println's in there to test, and they are working fine. So it's just that the model isn't being displayed... And, the delay for the rendering engine and teh compiling of the model doesn't seem to be there. Any other ideas? --nathan --- Alessandro Borges <[EMAIL PROTECTED]> wrote: > check the classpath and Java3D binary libs of your > aplication. > Chack if your app is really assembling the scene > graph > inside. > > --- Skygoth <[EMAIL PROTECTED]> escreveu: > Hello, > I > have been designing an interface for some > > specific work my group has been doing in Matlab, > and > > we recently decided to move over to Java3D. I > > re-designed the interface in Eclipse, then went to > > work on moving it over to Matlab, and discovered > > that > > the Matlab environment doesn't seem to work quite > > right in regards to Java3D. > > > > Here are the facts/my observations: > > 1. I can get Java3D working just fine in Eclipse, > on > > the command line, and in Linux. > > 2. I can get the Java 1.4.2 JRE with Java3D > > libraries > > installed *running* in Matlab. > > 3. When I boot up my GUI, the delay that I think > is > > caused by the compiling of the scene graph and > > starting of the rendering engine does not happen > > (ie, > > when I run my Java3D program in Eclipse, it takes > > about 3 seconds from when I say start to when the > > window opens up and I see my world, but in Matlab, > > there is no delay at all) -- and the Canvas3D > shows > > only black; no model. > > > > Does anyone know about getting Java3D to work in > > Matlab? > > > > Any help would be appreciated. > > > > --nathan > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Win a $20,000 Career Makeover at Yahoo! HotJobs > > > http://hotjobs.sweepstakes.yahoo.com/careermakeover > > > > > =========================================================================== > > 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". > > ______________________________________________________________________ > > Yahoo! Messenger - Fale com seus amigos online. > Instale agora! > http://br.download.yahoo.com/messenger/ > > =========================================================================== > 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". __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover =========================================================================== 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".
