Re: [JAVA3D] SpaceOrb

2001-08-31 Thread Todd J.
I've seen several on eBay at times... TBone Jack Gundrum wrote: > Hi, > > Does anyone know where you can buy a SpaceOrb 360 from SpaceTec? > I have searched for several days and nobody seems to have them. > > Jack S. Gundrum > Visualization Group > Center for Academic Computing > Penn State Univ

Re: [JAVA3D] URGENT!!!!! Help for DXF import

2001-08-31 Thread Kevin Duling
Look at the Loader's page at http://www.j3d.org/utilities/loaders.html The NCSA Portfolio supports DXF. If you are wanting to write a loader yourself, you'll need to get the DXF file specification from somewhere. I'd suggest looking at http://www.wotsit.org/ "Looking for some tips" doesn't sou

[JAVA3D] ObjectFile not loading textures from URL (??)

2001-08-31 Thread Scott Rutlege
When loading an .obj file from a URL, it doesn't want to load the textures. Bug #4416399 covers this, and is supposedly closed, but I can't get it to work. After looking at the source code for the utils (which are of the same date as the jar files), it would seem to indicate this bug wasn't fix

[JAVA3D] Milkshape 3D Loader - Transparency fixed

2001-08-31 Thread Kevin J. Duling
I solved my transparency problem today.  The last two issues to tackle are alphamaps and animations.   Can anyone explain to me the use of the type "ALPHA" for TextureLoader?  I'm not sure if this is the right direction to be going in.  

[JAVA3D] URGENT!!!!! Help for DXF import

2001-08-31 Thread Manu Juyal
Hi! I'm looking for some tips or Java 3D codes to read and write DXF format in my program. Any help in this regard is highly appreciated thanks Manu === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

[JAVA3D] SpaceOrb

2001-08-31 Thread Jack Gundrum
Hi, Does anyone know where you can buy a SpaceOrb 360 from SpaceTec? I have searched for several days and nobody seems to have them. Jack S. Gundrum Visualization Group Center for Academic Computing Penn State University Email:[EMAIL PROTECTED] Phone:(814)865-1863 ==

[JAVA3D] Manifest file

2001-08-31 Thread João Paulo Menegatti
Title: Help somebody can happen an example of a file MANIFEST.MF, to create a stand alone file .JAR , and also an example of as to create the file .JAR...   []'s   J.P.

Re: [JAVA3D] Change background color for printing

2001-08-31 Thread Kelvin Chung
>Delivered-To: [EMAIL PROTECTED] >X-Sender: [EMAIL PROTECTED] >MIME-Version: 1.0 >Date: Fri, 31 Aug 2001 09:23:17 +0200 >From: Desiree Hilbring <[EMAIL PROTECTED]> >Subject: Re: [JAVA3D] Change background color for printing >To: [EMAIL PROTECTED] > >> Well that's ofcourse true if you add the backg

Re: [JAVA3D] Achive Builder in JBulder 4

2001-08-31 Thread Mark Ferneau
Guang, I expect that you are including many more "libraries" in the archive than you actually need. From a size of 25MB it sounds like you are probably including the entire JRE plus J3D and more. You really only need those things which you expect are not going to be available when you run your

Re: [JAVA3D] how to load animated 3d human?

2001-08-31 Thread Michael Nischt
> i get a max file with animated motion data. > Is it available to load 3d human object with animated motion data except > vrml file format using loading classes? is your human "skinned" ? or do you youse "physique" modifier from the Character Studio ? if yes, i guess you'LL have to write your

[JAVA3D] how to load animated 3d human?

2001-08-31 Thread BeomEun Kim
i get a max file with animated motion data. Is it available to load 3d human object with animated motion data except vrml file format using loading classes? is there anyone who tests various file format with animated motion data using JAVA3D? Or can i get new plug-in which supports 3d

[JAVA3D] Tool to build LWS scenes

2001-08-31 Thread Daniel Moscoso
Hi all !! Does anyone know a tool to build LWS scenes ? Thanks in advanced !! Dani -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absen

[JAVA3D] Achive Builder in JBulder 4

2001-08-31 Thread Guang Bin Liu
Hi All: When I generate an application with Archive Builder (JBuilder 4), I included all classes and got a quite big jar file (about 25Mb). However, this jar file did not work. (the program works well in JBuilder4) Could any one give me some suggestion what I should pay attantion to? Thank you a

Re: [JAVA3D] LOD / New Feature?

2001-08-31 Thread Jason Taylor
Effectivly a behaviour that monitors the FPS of a given Canvas3D and triggers a switch node. So instead of creating a LOD with distances you create something simular with FPS values... I like it! :) When the scene is still it would go back to full quality and just change gear when moving. Jason

[JAVA3D] Getting coordinates of intersection between Shape3D's - Is it possible ?

2001-08-31 Thread Daniel Moscoso
Hi all !! I want to know if is there a way to get the coordinates of intersection between different Shape3D's (f.ex. two cubes), and then create a GeometryArray and a Shape3D generated from this intersection. Is something like the code used in IntersectTest provided by J3D ? Thanks in advance