Hello all,
I have a little problem. I add a object to my SimpleUniverse but I don´t know
how can I delete it.
Is posible to do this?
Thank for any help
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
Hello David (and hello to all),
sorry, I have no solution for your problem, but this is very interesting for me, too.
(In the near future, I would need the same functionality.)
But could you describe, how to put a vrml into a jar and load it via an applet, please
?
Or give me a hint to a link on
Just jar the your.wrl file and load it via jar: protocol like this:
jar:http:\\yourdomain\yourjar.jar!\your.wrl. For further information
see API doc for JarURLConnection class.
vladimir
-=V=-
>---<=>---<
Join in Java community now!
http://JavaCafe.VirtualAve.net/
Hi,
Does anyone here know how to retrieve the value of
'Implementation-Version' field of j3dcore.jar file?
vladimir
>-<===>-<
-=V=-
>-<===>-<
===
To unsubscribe, send email to [EMAI
Hi Vladimir,
try something like the following:
Package p = Package.getPackage("javax.media.j3d");
p.getImplementationVersion();
Best regards
Florian
___
Dipl.-Inform. Florian Arnold
Research Group for Computer Application
I'm guessing you're new to J3D like I'm new to OpenGL : )
So far it looks like OpenGL has a diferent approach to the scenegraph than
J3D does. Although I've only been working with OpenGL for a few days now.
Let's see if I can make sense. coordinates are absolute within a given
object, then
I think your missing the defiition of the viewing axes. You set up a camera
on a tripod that is facing down the Z axis.
Then you centered a box in the viewing area with the left edge at -.5, right
edge at .5 and the top at .5 and bottom at -.5.
Then you moved the box two meters to the right, pass
Hello,
I downloaded Java3D beta2 and instantly run into the following problem:
java.lang.ClassCastException: java.util.ArrayList
at
javax.media.j3d.GeometryStructure.processVisibleChanged(GeometryStructure.ja
va:259)
at
javax.media.j3d.GeometryStructure.processMessages(GeometrySt
I am planning to do something like this in about 6 months. I believe
that Java3D can be used to detect collision and calculate minimum
distances between objects. At first I will try putting the user in the
loop. When the geometric details are understood, then a stand-alone
method may be written
You need to use the detach() method to remove the object from the parent.
You use this method on the object, not on the parent.
You must also have the proper permissions set for both the object and the
parent.
You have already set some if you are adding objects. You must now give
them additional
I am trying to draw a string into the J3DGraphics2D object that I am
grabbing from my Canvas3D. When I do the drawString method, nothing shows
up on the screen. But when I do a drawLine across the screen instead, that
works. Are all the draw methods from the graphics object implemented? I am
u
Hi Shawn,
>>The synchronization bug 4313347 is fixed in FCS release.
>> However it is too late for us to make it into the upcoming v1.2beta2.
>>
>>In FCS release, you will see that the view is
>> much less jitter than before. But there is still a little bit jitter
>> sometime, since Java
Kelvin Chung wrote:
> Hi Shawn,
>
> >>The synchronization bug 4313347 is fixed in FCS release.
> >> However it is too late for us to make it into the upcoming v1.2beta2.
> >>
> >>In FCS release, you will see that the view is
> >> much less jitter than before. But there is still a little b
Title: J3d Applets
I have a general question on how java applets with j3d classes can be deployed as a part of someone's webpage. The problem, as far as I understand it, is the fact that the standard java3d plug-in is not enough to run java3d on a web brouser. It requires to preinstall 2(two)
Thanks !
I do not know an answer.
> MIME-Version: 1.0
> Date: Mon, 3 Apr 2000 15:52:46 -0400
> From: Boris Zeldin <[EMAIL PROTECTED]>
> Subject: [JAVA3D] J3d Applets
> To: [EMAIL PROTECTED]
>
> I have a general question on how java applets with j3d classes can be
> deployed as a part of someone'
Hi
I have a problem when I want get the coordenates of the any object (Cube).
This cube was create with QuadArray and have rotation and translation
moving in the virtual world.
I want get the coordenates of every six vertices of the cube. I am using
the behavior WakeupOnTransformChange. M
Hi,
Yes, J3D can definitely provide accurate collision detection between
objects. The main problem with the collision detection object in J3D is that
it can only report/detect a single collision. In the other words, if there
are multiple collision between three or more objects, J3D collision
dete
I don't have an answer to your question, but you may be able to correct the
situation by explicitly calling flush(). The following is taken directly
from the API docs for J3DGraphics2D:
Note that the drawing methods in this class, including those inherited from
Graphics2D, are not necessarily ex
Shawn Kendall wrote:
> This is a serious core problem with Java3D IMHO. For many applications there
> must be a way to guarantee that all behaviors in a scene are updated before the
> scene is drawn.
As an option, it would be useful, but not necessary. The problem is
dealing with SMP machines a
Vladimir Olenin wrote:
>
> Just jar the your.wrl file and load it via jar: protocol like this:
> jar:http:\\yourdomain\yourjar.jar!\your.wrl. For further information
> see API doc for JarURLConnection class.
The problem with this is that VRML itself is not defined to work from a
JAR file. Don Bru
I agree,
For the application I am writing It is very important that the influence of
each behavior be merged into the subsequent animation frame, and unless
everyone else is frantically creating new behavior objects for each
different type of motion they need, the current API won't perform
satisf
Are there any programs/utilities, that allow graphical manipulation of
Java3d objects in a bean-like fashion? If there aren't, then is anyone
working on one or know of one? Sun, do any plans exist to incorporate
Java3d and bean technology?
The main reason I ask is that I recently saw a Windows p
22 matches
Mail list logo