Hi
Although I don't have stereo glasses I want to see my world in three
D. Does anybody have an idea how to achieve this. I am thinking about
red/green glasses but as far as I know there is no OpenGL-option.
What do you think? Is it possible to tell the Canvas3D to overlay
left-eye-view and righ
Just a suggestion:
The PickMouseBehavior class has a method setTolerance which sounds
like something you could use.
--
Oliver
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "sign
Do you have acces to the api documentation? In the class
PickTranslateBehavior is the Method setupCallback(PickingCallback
callback). So write a class which implements the interface
PickingCallback like
public class Demo implements PickingCallback{
public void transformChanged(int type,
have a look at the faq at j3d.org
http://www.j3d.org/faq/capturing.html
Oliver
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send e
Hi Anand
Have a look into the code of the utility-package. There is the class
MouseTranslate, which gets the java.awt.event.MouseEvent from the
WakeupOnAWTEvent. You can use this as usual (e.g. getX()).
Is this an answer to your question?
Bye, Oliver
==
the texture is
projected on a transparent geometry, but there the transparency is set
to 0f.
Sincerely
Oliver Radfelder
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "si
Hi
You should get the TransformGroup which is above your geometry in
the scene graph. I think you can do this by registering a
PickingCallback with setupCallback in the PickTranslateBehavior.
PickingCallback forces you to implement transformChanged, which is
called whenever a change in the observ
Hi
I asked this question a couple of weeks ago. If there was no answer
because this is a well-known problem without a solution, sorry, but
I am not sure if this a zBuffer Problem or anything else.
The combination Text2D (in a seperate Branchgroup) in front of or
behind a transparent geometry beh
Hi
Some days ago I installed the new nvidia driver 0.9-769 for linux and
XFree86 4.02 . Since then X crashes about every 5th time I start a
Java3D application. In my previous configuration (nvidia 0.9-5 / XFree
4.01) I nearly never had any crashes.
Does anybody have similar experiences? I am not
Hi
i have a problem with text2d, wwhich i havent found in suns
bug database.
When I have a Text2D node in front of partly transparent objects,
the Text2D-texture is sometimes no longer transparent. Especially,
if one Text2D is in front of another, the latter is sometimes
hidden.
This problem oc
Hi
I am currently trying to work with OffScreenRendering under
Linux. Unfortunately neither the OffScreenTest in java3d/demo nor the
SimpleOffScreenTest from this list works. The application crashes with
an unexpected exception in native code right after
waitForOffScreenRendering() has been invok
Hi
Another question. Sorry, but I am not as familiar with 3d grahics as
I should be:
First, what I try to do:
I have two points p1 and p2. I want to draw a 3d arrow from p1 to
p2. My current solution is to compute the three rotations (x,y,z)
seperately and to rotate the arrow like this
Transfo
Hi
Until recently, I only worked with VRML. So one of the things
I really miss is something like the EXTRUSION-Node. Am I right?
I need it because I want to use it for extruding a 2D-shape from
one Point3f to another. If there is a better way with Java3D
it would be nice if someone could tell m
o delete the interpolator
afterwards?
Oliver Radfelder
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PRO
Hi,
I am new to java3d, but I am familiar with vrml. Thus I dare to ask the
following
question.
My alpha works fine, when it is created like:
Alpha alpha=new Alpha(-1,4000);
But I can't figure out how to start it once at a particular point in
time:
Alpha alpha=new Alpha(1,4000);
15 matches
Mail list logo