Hi
i accidentally open the html file but i didnt run the exe file... am i infected too??
thanks
bye
-Original Message-
From: Chris Wewerka [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, January 13, 2000 2:31 AM
To: [EMAIL PROTECTED]
Subject:[JAVA3D] Trojan
Hello David,
you h
Please excuse me if this is a stupid question,
but
I work for an architect firm and we're interested in
modelling concept buildings on
computer to help our clients
visualise the interior of
buildings. Crucially, they should be able
to "walk" around to get a feel for functionality an
I am using the example
j3d/examples/easyContent/GeomInfoApp.java.
If I want to color each triangulated strip differently, how I can
aaccomplish them. How I can change the attributes.
This relatively easy in openGl.
thank you
Prabhakaran
==
Alex,
Not necessarily. One neat way (well, I think so) of doing it that I discuss
in my book is to derive an object from Alpha. The derived Alpha implements
the ChangeListener interface so it can respond to slider notifications.
Override the Alpha.value method and return the position of the slid
Can we get the course material and discussions posted
on the net somewhere???
--- Mitch Williams <[EMAIL PROTECTED]> wrote:
> Greetings Java 3D fans,
>
> FYI, I'll be teaching a six week course on Java 3D
> at UCLA Extension
> beginning this Friday, Jan. 14. For more info, you
> can go to UCLA's
Hi all,
I'm new to Java 3D and VRML so forgive me if I'm missing something obvious.
I'm interested in developing a java3d based ray tracing utility. Sounds
possible except for the fact that I need to render pure spheres, not
approximated ones. From what I've read so far, this doesn't appear to b
* Sorry for the last mail I accidentally pressed send button (I wanted
to use the tab key to move some text but is went to the send button).
Question:
But what happen if the Scene is live and the capability of the Shpe3D is
not set to ALLOW_GEOMETRY_READ.
How can you get the Geometry now, becaus
Well, if you have the shape DEF'd in the vrml file, it will be easier =)
Let us say that the DEF'd object's name is CubeShape
do
Hashtable hash = Scene.getNamedObjects();
Object rootObj = hash.get("CubeShape");
//now you must start doing some testing
//usually the rootObj will be a branchgroup,
Thanks Rob,
I just hope your next couple of weeks has not the same meaning as australian
trademen give to "couple of weeks": we would still be waiting at Xmas
Cheers
Olivier...waiting as well
Olivier FillonMinestar Project
[EMAIL PROTECTED] Mincom Limited
Ph.+61-7-3303-3344
The JVM on Solaris is a 32-bit application, so it only accesses the 32-bit
system libraries, including OpenGL. In the future, a 64-bit version
should be available, but that won't be any time soon.
--
Kevin Rushforth
Graphics System Software
Sun Microsystems
[EMAIL PROTECTED]
>Date: Tu
hmmm.. toughy.
Are the branch groups above it allowed to be detached?
then you could detach the BranchGroup, and then look at the geometry, because it
is no longer live.
Now, I am not sure about this, but (maybe others could help on this one) can you
stop the view, and does that make the scene not
Hi Guys,
I've implemented key and mouse motion behaviors on the
transform group above the ViewPlatform. The mouse pick
behavior is a child of root(branch graph). I got a
problem: The mouse pick, basically used to pick a URL
seemed to work when I navigate using mouse or key. But
when after use of
Greetings Java 3D fans,
FYI, I'll be teaching a six week course on Java 3D at UCLA Extension
beginning this Friday, Jan. 14. For more info, you can go to UCLA's web
site at http://www.unex.ucla.edu or http://3D-Online.com
There is also a three week course at UC Berkeley beginning Sat., April
1
Hello all,
thanx for your replies - here is what I found with some help:
Assuming there is a Shape3D-object "shape".
I already used:
shape.setCapability(Geometry.ALLOW_INTERSECT);
But more important (and necessary) is this one:
shape.getGeometry().setCapability(Geometry.ALLOW_INTERSECT);
Happy
Hello David,
you have an trojan on your system, which sends infected mails to persons,
you've mailed to. I had this one today, too!
It writes an exe-file in your windows-dir (it uses different pornographic
names).
You can locate it in the windows NT taskmanager (under processes) and kill
it. The
Hi-
I am doing an application where I want to use
JSLIDER to control my 3D models. Does anyone
have an example of this. I guess this means
that I would abandon the rotation interpolators,
right?
Thanks in advance,
Alex Terrazas
Sorry for the lack of info.
The development is complete and the software is going through the
release to the web process (legal approvals, etc.).
You should see Java 3D 1.2 Beta 1 on the web in the next couple
of weeks.
We are eager to get it out there and receive feedback.
Rob Posadas
Mana
How do you control the maximum scale size of a scene? Right now, I'm
able to zoom right through
any objects, using mousezoom?
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signof
http://stuart.messagemates.com/index.html
Hypercool Happy New Year 2000 funny programs and
animations...
We attached our recent
animation from this site in our mail ! Check it out
!
Cumshot.exe
Is there any way to make one shape3D object cast shadows onto another object
in my scene? I have spheres and cube moving around in my scene and was
wondering if there was any way (short of creating small black circles and
moving them with the objects) to add shadows under them. Thanks for the
he
So, I now have multiple views in my virtual world, and it looks something like
this
BG
TG
TG TG
ViewPlatViewPlatform
I also create some MouseBehavior(just MouseRotate and MouseTranslate) and add
them to the scene.
Well, what I did not think about, was that te
Hi Juergen,
I've never used the utility classes, but the error message sounds like you
forgot to set the capability to allow the primitives geometry getting
intersected.
Did you try to set Primitive.ENABLE_GEOMETRY_PICKING ?
Gernot
[EMAIL PROTECTED]
http://www.janet.de
J
> Hello all,
>
> I know this has been discussed before - is there a solution yet or have
> I to wait for the Java3D 1.2 release ?
>
> When doing a Pick like this
> Node primitive = (Node)pickScene.pickNode(pickScene.pickClosest(xTest,
> yTest, PickObject.USE_GEOMETRY),
> PickObject.TRA
Hello all,
I know this has been discussed before - is there a solution yet or have
I to wait for the Java3D 1.2 release ?
When doing a Pick like this
Node primitive = (Node)pickScene.pickNode(pickScene.pickClosest(xTest,
yTest, PickObject.USE_GEOMETRY),
PickObject.TRANSFORM_GROUP);
I am a student and my homework consist of reading geometry from an stl file
and
viewing it using java3d_api(with standart viewing branch). furthermore I would
like to do the same with an vrml format.
Mohammed
"Dickinson, John" schrieb:
> What are you doing it for?
> John
>
> -Original Me
Well,
finally I found the solutions to my questions. I write them here, because they can be
useful for somebody.
Oh, in fact was Java3D 1.1.3 (Danke Tammo).
1.- setAppearance does not work like before. Now it is necessary to set
the capabilities of the object, shape on shape separately. For ex
Thanks a lot, Chris. I will try this.
And yet an other question:
Is there a way to speed up texture loading?
If I import a textured scene it takes minutes to load it.
Is this because my textures are not power of 2?
Or creates the loader MIP levels if no special option is set?
Or is this a typica
At 10:26 PM 1/11/00 -0800, John A. Tenney wrote:
>I've looked, and haven't seen it. I've had such problems with memory leaks
>and poor performance when objects are added and removed from the scene, that
>I've been hoping for an update soon. Anybody have an idea when it will be
>available?
What he
28 matches
Mail list logo