Hi guys !
What's the purpose of javax.media.j3d.J3dDataInputStream and
javax.media.j3d.J3dDataOutput Stream in java 3d core package file j3dcore.jar ?
Why these classes not documented ?
Thanks advance
Do-Yeong Heo
[EMAIL PROTECTED]
Hello,
in the manifest for my applet( which uses java3d) I want to add the
java3d jars which are j3dcore.jar j3dutils.jar and vecmath.jar . I do
want that the java plug-in loads the extension files from sun site but I
have no url for these jar files, musst I copy the java3d file on the
site whe
Take a look at www.j3d.org/tutorials/quick_fix/auto_install.html Look
for notes near the bottom about making your own J3D installer.
As for permissions, you will either instruct the user to set the
permissions as you mentioned, or sign your JAR by purchasing a digital
certificate.
-Lee
-Or
Does anyone know when Sun will be serving up signed J3D JARS? It seems
everyone is going through the same exercise.
Many regards - Rudolf
-Original Message-
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of J. Lee Dixon
Sent: Monday, January 08, 2001 11:24
To:
I have a problem with scaling as the objects position is
scaled also.
My problem is that I have loaded some objects from a VRML
file with the VRML loader. That works fine. The objects
are per default located away from origo (0,0,0).
I want to scale the object and let the center of the object
rem
Morning all,
I'm working with the fullsail fltloader and am trying to get the
gemoetries of the shapes in a scene. The problem is, everytime I try to get
a shape3D from a scene it throws a classCastException. I tried to use the
method of getNamedObjects and the resulting hashtable's g
I do the following: Running trough all children in all levels, i.e.
through BranchGroups, TransformGroups etc. all the way to the button
where I look for Shape3Ds. When you have a Shape3D you still dont
know exactly what kind of geometry you've got. You have to test that !
I have included a piece
These are non-public, internal classes that are not part of the Java 3D API.
Only the public classes and interfaces can be used by applications. The
non-public classes can change or be removed from release to release.
--
Kevin Rushforth
Java 3D Team
Sun Microsystems
[EMAIL PROTECTED]
>Date:
If you supply texture coordinates in your .obj file, they will
be in the geometry, even if no texture is specified in the
.obj file. This should allow you to apply the texture at a
later time.
But the .obj file isn't going to generate texture coordinates
for you - must specify them yourself in t
Thanks Ole,
That worked out exactly how I wanted it to. My problem was that
I was not cycling through the Branchroup to get to the Shape3D's. Thanks!!
Shaun
- Original Message -
From: "Ole Vilmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 08, 2001
We use PDElib from ITI to convert IGES files to our format.
You don't want to write your own. We try to use 3rd party
tools whenever possible.
We don't convert directly to Java3D. That is handled on the
client end.
-John
"Abhishek K. Agrawal" wrote:
>
> Hello Donald,
>
> There are softwa
This is out of concept if which it's will be interactive, So it's possible
but I guess this is just not ordinary 3D programming, which you must mapping
each event of the flash to the surface and synchronize it with the image on
surface (which mean it's flash) and it must real time(for event and im
Hi,
> I have gone through a objects coordinates and can find the
> midt point. If I try to move the midt point to origo by making
> a translation of the uppermost TransformGroup, then scaling
> and moving it back
That's exactly what you have to do in order to scale an object which shall
remain a
13 matches
Mail list logo