[JAVA3D] j3f doco?

2001-05-01 Thread chris thorne
Can someone please point me to documentation on the j3f format and what tools can import/export it, thanks, Chris This Email may contain

[JAVA3D] Front clipping problem

2001-05-01 Thread Artur Biesiadowski
I want to put object as close to a viewer as possible. I add it to platform group. Front clipping distance is default (0.1). For me it would be obvious that objects that are at -0.1 (or at eye position -0.1 depending on mode) are not visible. But from what I observe, objects closer than about -0.7

Re: [JAVA3D] Front clipping problem

2001-05-01 Thread John Wright
Artur, insufficient documentation bites us again {grin}. The clipping distances are impacted by other factors. This is non-intuitive and is documented on my "Supplemental Documentation" page on my website. As a simple answer... basically take whatever clipping value you set and multiply it by s

Re: [JAVA3D] j3f doco?

2001-05-01 Thread Paul Byrne
Hi Chris, The SceneGraph IO package documentation is included in the Java3D Fly Through javadocs. Java3D Fly Through is only tool available at the moment that can import and export the j3f files, however the tool can also import 3D data from other formats such as obj, lws, 3ds and flt (see the j

[JAVA3D] IndexOutOfBoundsException when removing a node

2001-05-01 Thread Roy Duffy
When I remove a node from the scenegraph, I first detach the scene at the root to make it not live, then I remove the node, then I reattach the scene like this: universe.getLocale().removeBranchGraph( sceneRoot ); node.detach(); universe.addBranchGraph( sceneRoot ); But I get the following excep

[JAVA3D]

2001-05-01 Thread Brandon
I need to make a program that needs to access a specific directory, but I don't know how to change directories. I know how to access files...BufferedReader...FileInputStream...File...String...but I don't know how to access a specific directory. Thank you.

Re: [JAVA3D]

2001-05-01 Thread Kyle Wayne Kelly
Look at the File class. /** * Kyle Wayne Kelly * Computer Science Student * University of New Orleans * 504-391-3985 * http://www.cs.uno.edu/~kkelly * Glory to God! * El temor del hombre pondra lazo; * Mas el que confia en Jehova sera exaltado. (Proverbios 29:25) */ - Origin

Re: [JAVA3D]

2001-05-01 Thread Pondrom, Pierre L
I have done this by using the full path name as the String object. -Original Message- From: Brandon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 3:43 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] I need to make a program that needs to access a specific directory, but I don't know

Re: [JAVA3D] MouseRotate?

2001-05-01 Thread Ahmed Shakil
What u need to do is:- Add a wakeup criterian for Mouse moved new WakeupOnAWTEvent( MouseEvent.MOUSE_MOVED ) And on each mouse over message check if the mouse is over the desired object, if yes then launch an Alpha RotationInterpolator. and stop the Interpolator when its not on the o

Re: [JAVA3D] 3D display support

2001-05-01 Thread Doug Twilleager
Hi Karsten, This code appears to be drawing a raster image directly into the stencil buffer. Java 3D does not currently support directly rendering into stencil buffers. We are looking into possibly supporting this in a future release. Doug Twilleager Sun Microsystems >X-Accept-Language: en >

[JAVA3D] Job Posting for Java Graphics Developer of Trading Visualizations

2001-05-01 Thread David Homiak
Hi, Please forward this announcement to any interested colleagues. Thanks! Stafford Trading, a financial trading firm based in Chicago with over 700 employees globally, is pushing the envelope in the trading industry in areas such as risk management and financial engineering. The Quantitative

[JAVA3D] Billboard object

2001-05-01 Thread Thomas
Hello, Does anyone have an example of a simple billboard object ? I can't get mine to work ! Thanks Thomas Jung === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INT

[JAVA3D] [J3D]

2001-05-01 Thread onin
I am making an APPLET that is composed of cylinders and spheres, for making molecules with specific angular connections. I would like them to be picked and connected and be checked if they are indeed a molecular model. I am using the Valence Shell Electron pair Repulsion Theory for the angular gui

[JAVA3D] [J3D]

2001-05-01 Thread onin
I am making an APPLET that is composed of cylinders and spheres, for making molecules with specific angular connections. I would like them to be picked and connected and be checked if they are indeed a molecular model. I am using the Valence Shell Electron pair Repulsion Theory for the angular gui