Hi!
Thanks!I was able to implement at interface that will be able to manipulate the
transformgroup attaching the view platform! :)
Thanks to all of you!
Without this mailing list,I would not have done it!
Can I ask another question?Can I use the vrmlloader pointed by j3d.org?
I would like t
I just started using the 3DS Loader from Starfire myself. The reason for
the exception you receive is because an applet is restricted from reading
the viewers hard drive. The Starfire loader does not load model files or
textures over a URL.
What I did to get around this was to digitally sign m
Thanks a lot!
Yes, the project in question isn't very pressed for time; I can definitely
wait a year for Java3D to mature; probably more.
As for books; there seem to be a few coming out now (such as Core Java3D).
But I'll begin by really mastering that which is covered in the tutorial
first :)
HI All,
I've run some tests on the granularity of System.currentTimeMillis() on
various platforms and obtained the following results
Windows 98 NT 2000Solaris 8
50ms10ms10ms1ms
I've raised this as a high priority Bug against JDK 1.4, the bugId
All -
We are making available the Sun Java 3D (tm) Fly Through demo application and
source code. Please go to:
java.sun.com/products/java-media/3D to download it.
The Sun Java 3D TM Fly Through application shows developers how to use Java 3D
and take advantage of some of the capabilities w
I am always running into the scenerio where
:
I have a Canvas3D in an Jinternal frame. I also
have another IFrame that pops up at the same time. THe texture in the frames
keep disappearing.I am using all the new Java releases.
Is there any workarounds or fixes for these
problems. I know
Hello
You have to load the file as an URL, like this:
URL fileURL = new URL('.\filename.3ds');
Hope this helps
Dani
Date: 03/09/2001 01:41 PM
To:[EMAIL PROTECTED]
Reply to: [EMAIL PROTECTED]
Subject: [JAVA3D] Starfire 3DS Loader
Message text:
I'm us
I've been getting a bounce from [EMAIL PROTECTED] too lately.
J. Lee Dixon
SAIC - Celebration, FL
321-939-7917
[EMAIL PROTECTED]AOL: LeeOrlando
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
Desiree,
Yes, I looked at it more after I'd sent that note and had missed the
change in the z coordinate.
>From the pictures you sent I don't really see why it would be a clipping
problem. Have you sent it into Sun as a bug? I had some geometry I
hand fashioned (QuadArrays) that blinked in and
I'm using the 3DS Loader from Starfire on a applet I doing.
If I run the applet on appletviewer I have no problem. But when I run it on
html page I get an exception: access denied (java.io.FilePermission D1.3ds
read).
How can I solve this?
Best Regards,
Nuno Pereira
=
Do you try :
PolygonAttributes pa = new PolygonAttributes();
pa.setCullFace(PolygonAttributes.CULL_NONE);
Cyril
-Message d'origine-
De: Desiree Hilbring [mailto:[EMAIL PROTECTED]]
Date: vendredi 9 mars 2001 11:54
À: [EMAIL PROTECTED]
Objet: Re: [JAVA3D] problem with rendering
On Thu, 8
On Thu, 8 Mar 2001, John Wright wrote:
> Desiree,
>
> Doesn't your right side fold back onto itself? (point 3 to 4 is the
> reverse of 2 to 3) (I didn't look beyond your right side) Thus you
> really didn't create boxes... which of course you don't see until you
> rotate them.
I checked it again
Hi!In our project, we built a light curtain
to navigate an avator through a scene. For this curtain, we implemented the
InputDevice-Interface with an x-y-z-move behavior.Now, we would like to
use this light curtain to manipulate objects on the Canvas3D. Is it possible, to
show a cursor (like
13 matches
Mail list logo