[JAVA3D] detatch branchgroup

2000-01-31 Thread Chen Lu
My application is a applet program.So I can't try it. My branchgroup is a big group it include vrml's branchgroup The group structure is follow. objRoot(branchgroup) | |objTrans(transformgroup) | |--vrml's branchgroup |--another vrml's branchgroup |--branchgroup for ja

Re: [JAVA3D] Please help - cannot get Textures to work in Immediate Mode

2000-01-31 Thread Chen Lu
I occured the same program on Java3D 1.1 but I solved the problem. I see your program some lines should modify according the follow. original line Texture tex = new TextureLoader("apimage.jpg", this).getTexture(); The line should modify follow it more well. Appearance app = new Appearance

Re: [JAVA3D] textures in applets

2000-01-31 Thread Chen Lu
The problem is easy to solve. String filename; Appearance app = new Appearance(); Image image = null; image = this.getImage(this.getCodeBase(),filename); MediaTracker mt = new MediaTracker(this); mt.addImage(image, 0); mt.checkAll(true); try { mt.waitForID(0); }

Re: [JAVA3D] IDEs Using JBuilder 3 Foundation

2000-01-31 Thread N CHILTON
Thanks upton, I found this out after several hours "messing". You can also add elements like Canvas3D to the visual designer by adding them to the toolbar. They don't display correctly in the VB, but it does allow you to correctly place them in the layout and they do show up. My questions now, H

[JAVA3D] Browser ERROR

2000-01-31 Thread Edgar Delgado Barbosa
When I try to run my applet "AppletHello.class" in a browser (Netscape) I get the following error: --- Netscape Communications Corporation -- Java 1.1.5 Type '?' for option

[JAVA3D] Undo-Redo

2000-01-31 Thread Istvan Racz
Hi all, Are there any undo-redo functions in Java3D ? Can somebody tell me how to make an .exe file with JBuilder3 ? Thanx ! === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signof

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Gupta, Vineet TEC
Andrei,       Please make sure that j3d.dll path is referenced in path.       Thanks     Vineet Gupta -Original Message-From: Andrei Karii [mailto:[EMAIL PROTECTED]]Sent: Sunday, January 30, 2000 5:07 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] no J3D in java.library.path When

[JAVA3D] Getting NULL normals (was Re: PickSegment woes with 1.2 beta1)

2000-01-31 Thread Shawn Kendall
Thanks rob! I did manage to get something working using PickRays as well. Using the getDistance call on the PickIntersection I can check the collision point against my own end point and make it all operate like a PickSegment. Also, I can't seem to getPointNormal() or getPrimitiveNormals() to work

Re: [JAVA3D] Browser ERROR

2000-01-31 Thread Gupta, Vineet TEC
Did you sign the jar file? Vineet -Original Message- From: Edgar Delgado Barbosa [mailto:[EMAIL PROTECTED]] Sent: Monday, January 31, 2000 7:52 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Browser ERROR When I try to run my applet "AppletHello.class" in a browser (Netscape) I get

[JAVA3D] Browser ERROR - SOLVED!

2000-01-31 Thread Edgar Delgado Barbosa
Mr Vladimir helped me. Thank you.. Edgar DB === 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 includ

[JAVA3D] New JDK 1.3.0 rc with Java 3d 1.2 beta

2000-01-31 Thread Rob Nugent
Can anyone say if I should expect Java 3D 1.2 beta 1 should work with the new (just release) JDK 1.3.0 release candidate ? I just tried it, and on NT the VM traps with a Dr Watson sort of error both with and without hotspot turned on. Thanks ! Rob ==

[JAVA3D] How to keep the user at a distance???

2000-01-31 Thread Sivaram Ghorakavi
Hi Guys, I've few VRML models loaded on to the scene graph. Now how do I restrict the user to a particular distance from the models??? What I mean is: if the shape is a fire place in the house HOW DO I RESTRICT THE USER NOT ENTERING IN TO THE FIRE PLACE??? And one more question is if it's a house

[JAVA3D] Adding a collision detector

2000-01-31 Thread Dean Keeler
Hi,   I am trying to add a collision detector to the parent of a shape node that is being checked for collision.  The parent is a TransformGroup.  When I run the program, it appears to add the collision detector with no errors (at least no errors are shown in the DOS window from the command

[JAVA3D] Face from

2000-01-31 Thread Naz
Hi, Can some one please help me on the following: I would like to get all the faces of my 3D-object form Shape3D / QuadArray or Geometry, I can get coordinates of all the vertices using the below quadArray.getCoordinates(0, points); , where quadArray is 'QuadArray' and points is 'double[]' T

Re: [JAVA3D] How to keep the user at a distance???

2000-01-31 Thread Mojtaba Hosseini
Hi,:) YOu obviously need to use Collision Detection. Try looking into the Collision detection examples that come with Java3D. Hope this helps. Mojtaba === To unsubscribe, send email t

Re: [JAVA3D] TextureLoader problems

2000-01-31 Thread Brett Porter
On Sun, 30 Jan 2000 18:01:14 +0100, ArtMotion <[EMAIL PROTECTED]> wrote: >.. > >Funny thing: works great will texture is present, but dies horribly if >texture is not present ... > >any work arounds ? > >(I thing Java3D 1.1.2 / 1.1.3 has this fixed... but not 1.1.1 :-( ) > No, this is still

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Andrei Karii
Excuse me ! The reason of this problem was my own carelessness during installation.   I thank for help Racz Istvan  .   B.R. Andrey Karii.   - Original Message - From: Andrei Karii To: [EMAIL PROTECTED] Sent: Sunday, January 30, 2000 4:06 PM Subject: [JAVA3D] no

Re: [JAVA3D] textures in applets

2000-01-31 Thread Vladimir Olenin
Nope, runs just fine in both cases. Make sure that in both cases paths to the textures are written correctly. vladimir -=V=- >---<=>---< Join in Java community now! http://JavaCafe.VirtualAve.net/ >---<=>---< In your previous letter u wrote: -

Re: [JAVA3D] no J3D in java.library.path

2000-01-31 Thread Vladimir Olenin
Ahh, not a good idea actually. Much better to delete/rename java.exe and javaw.exe that are in Windows/System or WinNT/System32 directory, put no CLASSPATH in autoexec.bat, but the PATH to the instance of JVM u want to run (to the file JRE/BIN/java(w).exe), copy all jars from JRE/LIB/ext directory

Re: [JAVA3D] Canvas3D reusing

2000-01-31 Thread Vladimir Olenin
BP> The best I can suggest is to tr the OpenGL version, assuming you BP> have an openGL accelerated driver for your card. I found it to be BP> much more stable than the DirectX version (and of course the DX BP> version doesn't work on NT4) Brett, i would have gladly used only OpenGL version, but,

Re: [JAVA3D] Various Java3D Sound issues

2000-01-31 Thread Vladimir Olenin
No, can't say that it's a common experience. I had sound locked up millions of times, but it all stopped ASA JVM terminated. Make sure that JVM DOES exit and is NOT really running (via TaskManager) after your Java applicaton crashes. vladimir -=V=- >---<=>---< Joi

Re: [JAVA3D] Browser ERROR

2000-01-31 Thread Vladimir Olenin
Convert your HTML file, so that it could use Java Plug-in (currently u run build-in Netscape's JVM with APPLET tag). Java3D can be run only on Java 2 Platform (that is Java 1.2). Install everything, convert everything, and then run the applet. Possibly some useful instructions u'd find at http://j

[JAVA3D] To this list moderator, if any

2000-01-31 Thread Vladimir Olenin
Some organizational matters, concerning not Java3D, but rather web design. Whoever supports the page at http://archives.java.sun.com/archives/java3d-interest.html, January 2000 postings link turned to be put at the end of the page (right below February 1997 postings), rather then at the top. So, a