This is a test, please ignore.
Rob
===
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 PROTECTED] and include in the bo
That's great news. Let us know if you find out anything new.
Gili
On Thu, 10 Jul 2003 14:55:19 -0300, Paul Gordon wrote:
>> One question that has yet to be answered:
>>
>> WHY is Sun halting Java3D development? I read the old archives and no one
>> seems to answer that question.
>
>Unfor
I did a small demo where a opaque object moves in and out of a transparent
object
Check if this demo helps you.
Alessandro
SphereMotionTransparency.zip
Description: Binary data
In my application I have various Shape3D for which I need 2 separate levels of
highlight.
I implemented this at Java3D 1.1 / 1.2 by setting up multiple materials to indicate
the level of highlight
And simply swapped the materials.
thing.getAppearance().setMaterial(thing.HIGHLIGHT_MATERI
> One question that has yet to be answered:
>
> WHY is Sun halting Java3D development? I read the old archives and no one
> seems to answer that question.
Unfortunately, I don't think anyone in a position to answer this question
at Sun would be on this mailing list. What I can tell you is that I
Does the Canvas3D take ALL available space from a
JPanel when placed inside one?
thanks
Zak
I have seen it most often attributed to Mark Twain.
Sean
> -Original Message-
> From: Yazel, David J. [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2003 8:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] Help with transparent textures please :)
>
>
> Oh I like that :)
>
> I
Thank you Mark for the interesting and instructive example.
1. It raises my hope that even large amounts of data points can be handled.
2. It show an elegant way to reuse the points while appearing to create them
and
3. It shows me a way how to read from an external data device. What kind of
sen
John,
it works now, thank you.
It was as easy as to insert an additional BranchGroup in my hierarchy
between two TransformGroups, one staying unchanged, the others containing
the spheres, to be added and removed.
With 128 data point only I can't feel any performance drops. But I didn't do
any m
Hi
The code I posted earlier works fine if your texture contains all of the
transparency information (alpha channel) ie, it's a transparent texture. In that
case you want the object to be 100% transparent, and use texture attributes
replace, Then what ever the texture has on it, is what happens o
Oh I like that :)
I think my quote was from Abraham Lincon, not entirely sure.
Dave
-Original Message-
From: Lars Huttar [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Help with transparent textures please :)
> David Yazel
> David Yazel
> http://www.magicosm.net
> "Better to be thought a fool than to open your mouth and remove all doubt"
While I agree there is truth to this, I would submit that
sometimes it's
"Better to open your mouth and be corrected, than to
keep it shut and remain a fool."
:-)
'Whoever
It is possible to do have label with java3D, but I am not sure with Swing
tooltip.
I think a way to work it out:
1) create your shapes with ENABLE_PICK_REPORTING;
2) create a behavior to show a Text2D object (the label) when your shape is
mouse clicked;
3) manage a behavior to hide that label
I guess you have to write a new version of
OrbitBehavior becouse it not locks the longitude or latitude.
A version as you wish, with a max and min latidude
and max and min longitude would a fine behavior...
Alessandro
- Original Message -
From:
Franck Calzada
To: [EMAIL
Java3D does *not* do boolean operations with shapes, as XOR , NOT and AND.
Java3D just draws the objects where they are. Does not matter if the shapes
are intersected or not. No holes. No cracks.
Alessandro
- Original Message -
From: "Gili Tzabari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
Naveen,
I did that for a demo of visualizing emergency incidents
(www.infoviz.biz/infoviz/demo/Emergency/Emergency.html).
What I did was to create a subclass of PickRotateBehavior. I used the
processStimulus method which apparently gets all mouse movement events.
Every time the mouse moved I did
Hi All,
I hope I am not being blind, but I have just gone though all the J3D Repository
javadocs and I cannot find the supposedly existing Spline tools.
Could someone point me in the right direction/package for these?
Cheers, Ali.
---
QAS
Hi all,
I'd like to use orbit behavior to fly around a specific point,
looking at this point (latitude [0-360] and same longitude)
First is it possible to use OrbitBehaviourclass
and to derive it?
Should I write mine?
Do you have a simple example?
Basically what I want is to look
The appearance code listed below worked for my transparent texture
purposes. The key for me was setting the alpha test function in the
RenderingAttributes to NOT_EQUAL and setting the alpha test value to 0.
The texture I used was a transparent GIF created with the Gimp.
It may not be the most effi
Hi,
Transparency in 3D is hard
task. So, be welcome ;-)
Tip 1) is cool. Set your
transparency half-way between 0 and 1. You will find the best value at runtime,
later.
Tip 2) how did
build your external blob ? I guess it came from somewhere, so you have the data
to break it up, if need
Two hings to consider:
1. Your blending is currently setting them to compltely opaque. Of course you could be
using vertex colors with alphas, so I am not sure. But if you are depending on the
transparency attributes then you should set this to something less than 1.
> Tried NO EFFECT
2. The l
Two hings to consider:
1. Your blending is currently setting them to
compltely opaque. Of course you could be using vertex colors with alphas,
so I am not sure. But if you are depending on the transparency attributes
then you should set this to something less than 1.
2. The lowest granu
Jeremy Booth wrote:
View.setTransparencySortingPolicy(View.TRANSPARENCY_SORT_GEOMETRY)
plateAppearance = new Appearance();
transparencyAttributes = new
TransparencyAttributes(TransparencyAttributes.BLENDED, 1.0f);
TextureAttributes texAttr = new Tex
This have to work. I did that. I had popup menu for right click on object
and see object infomation.
See more closely http://www.j3d.org/tutorials/quick_fix/swing.html
And http://java.sun.com/products/jfc/tsc/articles/mixing/index.html
Vladimir A. Vernikovski
Programmer
---
Title: Where is Spline Geometry in J3D Repository?
Hi All,
I hope I am not being blind, but I have just gone though all the J3D Repository javadocs and I cannot find the supposedly existing Spline tools.
Could someone point me in the right direction for these?
Cheers, Ali.
25 matches
Mail list logo