Re: [JAVA3D] PDB - Does anyone know of any file loaders for PDB protein structures files

2002-09-30 Thread Adrian Herbez
Hey I recently ran across the same problem trying to get PDBs into Maya. I ended up writing a MEL (Maya's embedded language) script to do it, since I couldn't (after much looking) find an importer. I'd recommend you roll your own- the format's pretty easy- gives you an easily-parseable list of t

Re: [JAVA3D] Can Java3D 1.3 be installed on JRE 1.4.0_02?

2002-09-30 Thread Raghavendra R
Hi, When i try to install Java3D 1.3 on an existing JDK 1.4.0_02, the install shield comes up with the default folders for installation, namely C:\j2sdk1.4.0_02 and C:\Program Files\Java\j2re1.4.0_01. I can change the default folder for JDK installation C:\j2sdk1.4.0_02 to whatever drive or fold

[JAVA3D] Animation

2002-09-30 Thread Andy
Hi all, assume that I have a program which can load 3D Studio Max object. Now how do I make animation with it? Do I move the specific nodes on the object? Thanks Andy === To unsubscribe, send email to [EMAIL PROTECTED] and

[JAVA3D] Stereo vision

2002-09-30 Thread Vijayaraghavan Rajagopal
Hi, I need some help. I am trying to design a poster for my fourth year project which is to develop a software application to study progression of multile sclerosis in the brain. I have extended the VolRend application posted on the Java3D community website for this project. I would like to le

[JAVA3D] Java 3D FAQ Weekly Posting (30 Sep 2002)

2002-09-30 Thread The Java 3D FAQ
The Java 3D Frequently Asked Questions list for Monday September 30 2002 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

Re: [JAVA3D] Can Java3D 1.3 be installed on JRE 1.4.0_02?

2002-09-30 Thread Tammy Cheng
The white space issue with Sun's installer has been fixed since Nov 2000. See http://www.j3d.org/installing.html Yousuf Peshavaria <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent by: Discussioncc:

Re: [JAVA3D] Can Java3D 1.3 be installed on JRE 1.4.0_02?

2002-09-30 Thread Yousuf Peshavaria
I thought because white spaces Java3d 1.3 runtime wont work? e.g. "C:\program files\..." Quoting "Nikolai V. Chr." <[EMAIL PROTECTED]>: > Raghavendra R wrote: > > > Hi, > > > > Can Java3D 1.3 runtime be installed with JRE 1.4.0_02? The default > > folder for installation of Java3D 1.3 runtime i

Re: [JAVA3D] Can Java3D 1.3 be installed on JRE 1.4.0_02?

2002-09-30 Thread Nikolai V. Chr.
Raghavendra R wrote: > Hi, > > Can Java3D 1.3 runtime be installed with JRE 1.4.0_02? The default > folder for installation of Java3D 1.3 runtime is C:\program files\ > Java\j2re1.4.0_01. Yes, no problem. Regards Nikolai =

[JAVA3D] Can Java3D 1.3 be installed on JRE 1.4.0_02?

2002-09-30 Thread Raghavendra R
Hi, Can Java3D 1.3 runtime be installed with JRE 1.4.0_02? The default folder for installation of Java3D 1.3 runtime is C:\program files\ Java\j2re1.4.0_01. Thanks Raghav === To unsubscribe, send email to [EMAIL PROTECTED]

Re: [JAVA3D] volume rendering and surface fitting

2002-09-30 Thread Marcelo Costa Oliveira
Tanks for advanced me - Original Message - From: "Justin Couch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 4:51 PM Subject: Re: [JAVA3D] volume rendering and surface fitting > Marcelo Costa Oliveira wrote: > > Is possible work with volume rendering and

Re: [JAVA3D] RasterTextLabel always behind other geometry

2002-09-30 Thread Jason Taylor
You may find that setting this will help (did for me), I think it might be a new j3d1.3 feature... SimpleUniverse.getViewer().getView().setTransparencySortingPolicy(View.TRANSPARENCY_SORT_GEOMETRY); Jason. >>> [EMAIL PROTECTED] 27/09/2002 22:19:00 >>> Hi, i have tried the last version of Rast

[JAVA3D] PDB - Does anyone know of any file loaders for PDB protein structures files

2002-09-30 Thread Robert Stones
Hi Does anyone know of any file loaders or code for PDB protein structures files i.e. load the 3D coordinates? begin:vcard n:Stones;Robert tel;work:+44 (0)1904 462675 x-mozilla-html:FALSE org:Central Science Laboratory version:2.1 email;internet:[EMAIL PROTECTED] title:Bioinformatics Specialist

[JAVA3D] Load VRML interpolators ??

2002-09-30 Thread matthieu beghin
Hi, I'd like to create an animated scene in 3DS Max and to load it with a VRML loader in Java3D. But in the scene the loader returns, there is no behavior nodes and no interpolator nodes ! Is there any way to load animations from any 3D file format ? Thanks Matthieu Beghin

Re: [JAVA3D] RasterTextLabel always behind other geometry

2002-09-30 Thread Ingo Brunberg
RasterTextLabel disable the use of the depth buffer when always on top is specified. As Justin pointed out, this does not necessarily mean that the so generated geometry appears always on top of the other. For this you have to use an OrderedGroup. Regards Ingo > Hi, > > i have tried the last ver