Can someone please point me to documentation on the j3f format and what tools can
import/export
it,
thanks,
Chris
This Email may contain
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
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
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
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
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.
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
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
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
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
>
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
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
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
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
14 matches
Mail list logo