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
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]
_
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
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
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 ?
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
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
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
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
> 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
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
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
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
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
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]
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
--
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: <[
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
Hi,
If you are interested in Java3D support for NetBeans IDE, please read
attached file.
Jan Becicka
Ide3d.zip
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
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
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
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
23 matches
Mail list logo