[JAVA3D] Stereo display in java3d

2001-03-30 Thread Xiaolong Zhang
Hi, Does anyone know whether Java3D for SGI's IRIX supports stereo display now? I tried to do it in my machine, an Indigo2 Impact 1000 with a High Impact graphic engine, but was told that the hardware does not support stereo. It sounds wierd, because I can dispaly Inventor objects and OpenGL scen

[JAVA3D] Overlay example?

2001-03-30 Thread Kristyn Fayette
I'm looking for an example of doing an overlay. At least, I think an overlay is what I want. I'm wanting to draw a heads-up display with items like frames per second, a throttle control, and a radar display. = Kristyn Fayette [EMAIL PROTECTED] _

Re: [JAVA3D] Dynamic geometry

2001-03-30 Thread Artur Biesiadowski
David wrote: Thanks for answers. I have one problem here: > In response to your other question: Other than field of view culling, which > Java3d does automatically, [...] I'm talking about immediate mode here. Even if objects will not be displayed because of culling, sending them to renderer wi

Re: [JAVA3D] Dynamic geometry

2001-03-30 Thread David
For very dynamic geometry you would want to use geometry by reference, then write a GeometryUpdator and in an elapsed frame (0) wakeup call the geometryArray's updateData() method. In response to your other question: Other than field of view culling, which Java3d does automatically, you would hav

[JAVA3D] Dynamic geometry

2001-03-30 Thread Artur Biesiadowski
What is an optimal way to draw very dynamic geometry ? For all kinds of simple tranforms I would modify a parent TransformGroup from behaviour. For geometry oscillating between few precomputed states I would use Morph node. But what if I want vertices to be truly dynamic - computed every frame ?

Re: [JAVA3D] Sun help! Applet freezes on Win98/ME machines

2001-03-30 Thread John Wright
Lee, I tried it again on my primary machine. (Most significant differences being double the memory 256 Meg and the latest Elsa GeForce driver). It took 12 tries before it crashed. And it was a much more clean crash (didn't take the entire system down). - John John Wright wrote: > > Lee, > > I

Re: [JAVA3D] Sun help! Applet freezes on Win98/ME machines

2001-03-30 Thread John Wright
Lee, I've got it running on one of my TestBed machines. I'm using JDK 1.3.0. That machine happenned to have Java 3D 1.2.1 beta2 installed. I uninstalled beta2 and installed Java 3D 1.2.1 release. On the fourth attempt it locked up with the 3D display running. I rebooted, fired up a few diagnos

[JAVA3D] Missing files in utils sourcecode

2001-03-30 Thread giles
I noticed that the following classes do not have code in the utils sourcecode release. NormalGenerator, Stripifier, StripifierStats and Triangulator. Is it possible to get these files? I'm looking at how to implement the IndexedFaceSets in VRML and I'd like to use these classes. Having really

Re: [JAVA3D] Sun help! Applet freezes on Win98/ME machines

2001-03-30 Thread J. Lee Dixon
Okay, after more than a week, I *finally* have something. This little test app does use some Swing components, like the JEditorPane for displaying HTML, but in my full-up app I removed these panes and still had the problem... You should be able to extract and run... the "runit.bat" is setup to r

Re: [JAVA3D] API documentation?

2001-03-30 Thread Mona Wong
> Is there any documentation available? Yes, some. I have a list of links at http://www-ncmir.ucsd.edu/~mona/personal/bookmark/programming.html that you are welcome to use. There is Java, Java 2D and Java 3D. > Is there somewhere I can get a list of classes and methods? For Ja

[JAVA3D] Call for Participation

2001-03-30 Thread Michael Schulman
Some of you might be interested in this. - Begin Forwarded Message - X-Authentication-Warning: web3d.org: majordom set sender to [EMAIL PROTECTED] using -f From: "Petrina Er" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Subject

Re: [JAVA3D] Tooltip

2001-03-30 Thread Kovalan Muniandy
Attached you will find custom classes for handling tooltip. (See attached file: ToolTip.java)(See attached file: ToolTipGenerator.java) (See attached file: ToolTipTrigger.java) Note: It is important that main window of type Frame hosts the tooltip (shown below as "frame"). If you have a better

Re: [JAVA3D] Image capturing (snapshots) - offscreen rendering

2001-03-30 Thread Paraskevas Orfanides
Hello, (Geia sou sumpatriwtn) I have never to take snapshots of my canvas3D. However, I have seen and heard of people doing such a thing using "RecordableCanvas". I don't know any of the details of it, but apparently it extends Cavas3D for exactly this purpose. Unfortunately, since I never need

[JAVA3D] Java3D Fly Through Interest list

2001-03-30 Thread Paul Byrne
All, An email interest list has been created for developers using the Java3D Fly Through source code. You can subscribe to the alias by sending an email with the body subscribe j3dfly-interest to [EMAIL PROTECTED] Announcements of new versions/bug fix releases of Fly Through will be made to b

[JAVA3D] VRML Loaders

2001-03-30 Thread Gold, Rich <[EMAIL PROTECTED]>
I am trying to find documentation on what is allowed/not allowed in the VRML loaders. For instance, I can't seem to load PROTOs. Anybody got a pointer? Thanks, Rich Gold === To unsubscribe, send email to [EMAIL PROTECTED]

Re: [JAVA3D] changing textures on the fly problem

2001-03-30 Thread Kasparian, Raffi J.
Nader, Check out the attachment "TextureSync.java" at the following link. It includes a simple class called DrawingTexture that allows you to dynamically update a texture. I think this may help you. http://archives.java.sun.com/cgi-bin/wa?A2=ind0101&L=java3d-interest&P=R4614 8&m=19971 Raffi --

Re: [JAVA3D] Image capturing (snapshots) - offscreen rendering

2001-03-30 Thread Pedro Estrada
Try using BufferdImage.TYPE_INT_RGB and ImageComponent2D.TYPE_RGB instead of the RGBA formats you are using. My code matches yours in all other respects and I performing offscreen screen caps successfully. -Pedro - Original Message - From: "Petros Komodromos" <[EMAIL PROTECTED]> To: <[

Re: [JAVA3D] RE:_[JAVA3D]_Re:______[JAVA3D]_Can´ t_add_Shape3D_at_Runtime

2001-03-30 Thread Sebastian Hentschel
Thanks , that was the right tip i needed. I have loaded the object with the objfile loader. And i had removed the object from the implicid created BranchGroup. Thanks Sebastian --- Ahmed Shakil <[EMAIL PROTECTED]> wrote: > actually you will have to make it DETACHABLE before > you do anything t

[JAVA3D] Java3D support in NetBeans IDE?

2001-03-30 Thread Jan Becicka
Hi, If you are interested in Java3D support for NetBeans IDE, please read attached file. Jan Becicka Ide3d.zip

[JAVA3D] Re: [JAVA3D] Re: [JAVA3D] Can´t add Shape3D at Runtime

2001-03-30 Thread Sackmunky
I think you can only add BranchGroups at runtime, so create a new BranchGroup for ever Shape3D object you want to place in the scene. - Original Message - From: "Saurabh Akhauri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 10:15 PM Subject: [JAVA3D] Re: [JAVA

[JAVA3D] Image capturing (snapshots) - offscreen rendering

2001-03-30 Thread Petros Komodromos
Hi, [I am sorry if this is received more than once. I have submitted it several times but I aleways received e-mails bouncing it back saying that my earlier submissions have been denied because of an error during submission] I am subclassing the Canvas3D and overriding its postSwap() method to s

Re: [JAVA3D] API documentation?

2001-03-30 Thread Tonz .
you can download: Java 2 SDK, SE v1.3 documentation from : http://java.sun.com/docs/?frontpage-javaplatform :) >From: Townsworld <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JAVA3D] API documentation? >Date: Thu, 29 Ma

[JAVA3D] No output

2001-03-30 Thread Vishnu Prasad.R
i of late downloaded java 3d fly 1.2.1 beta.i tried running it in my computer but got no output.What could be wrong?please help! === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "sig