[JAVA3D] Hints on Notebooks & OpenGL???

2000-03-09 Thread Neil Daniels
I've just received a Dell Inspiron 5000. Nice unit. Spent two days moving hardware around, extending the network, loading software, etc. Now I realize, upon trying to run some Java3D stuff, that it doesn't have OpenGL support (ATI Rage Mobility-P AGP chipset). Bummer. I truly need this to work, s

[JAVA3D] java consolle in IE

2000-03-09 Thread Stefano Scarpanti
Hi all, does anybody know whether exists any java consolle in MS Internet explorer? (I am going to install netscape and hotjava, of course but I can't believe there isn't!!!) Bye === To unsubscribe, send email to [EMAIL PRO

Re: [JAVA3D] browser

2000-03-09 Thread Stefano Scarpanti
> >one more thing. in JRE plugin, there is an option for Console log, enable >it, so that u could see the exceptions that arises. >See ya >Fahad Plz, how about jre plugin? Which is the command to run it? === To unsubscribe,

Re: [JAVA3D] how to remove transformgroup?

2000-03-09 Thread Joerg Baus
SUBSCRIBE JAVA3D-INTEREST peter wrote: > > hi all: > i want to ask how to remove the transformgroup(that is attached to Branch group)? >can anyone help me? thx > You have to set the right capability bits. bg bg.setCapability(BranchGroup.ALLOW_CHILDREN_READ) | bg.setCapability(BranchGro

Re: [JAVA3D] browser

2000-03-09 Thread Fahad Aziz
Hello Cut Paste the following code in Your HTML file.and replace the name of the class files and the jar flie. My class file name is = MainScreen.class and jar file name is .= theGame3D.jar Hope it helps. This code runs on both IE and Netscape. fahad