On Thu, 23 Sep 1999 08:08:31 -0700, SUBSCRIBE JAVA3D-INTEREST peter
<[EMAIL PROTECTED]> wrote:
>dear all
> i am a beginner. i want to ask how to use the htmlconvert.
>After i decompress it,there is no executable file.So how to call the
>program to change the html file?Also, i just set up the en
I've never played with ViewingPlatform.setPlatformGeometry().
Anything I want to put into the view space (like objects that are
supposed to be in overlay) I stick under the same parent node that the
ViewingPlatform is under. From there you can add a transform to move
the object to say (0, 0, -1),
For OpenGL, there is a note about Y2k compliance in the mesa home page (yes
not *exactly* opengl but quiet similar :-). In short, there should *not*
have any interaction between a 3D renderer and the Y2K.
renaud
> -Message d'origine-
> De: Vladimir Olenin [mailto:[EMAIL PROTECTED]]
> Date
Hi,
How can I capture a screen (canvas3D) in j3d? Please help. Is there a
example around?
Thanks a lot.
Regards,
Sunny Leung
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signo
Hi Vladimir,
Yes, I can run the HelloUniverse applet and others which don't
use some external resources. To use URL you have
suggested, I need to download JDK 1.2.2 (too large for my
33.6 KB modem, but I will try to download the split
files).
Thanks for all who have contributed to this discussio
I may not be able to shed any light on your problem. I didn't use a
StripCount Array at all, in fact, I don't really know what they are yet.
All I did was construct QuadArray objects:
QuadArray topQuadArray = new QuadArray((int)length,
QuadArray.COORDINATES|QuadArray.NORMALS|QuadArray.COLOR_3);
Hello Scott,
some time ago you gave me this advise for my picking problem.
"Decker, Scott D" schrieb:
> The problem, I would guess here, is that you want to know which object from your
> vrml file you picked?
> With that assumption, you don't have to do a whole lot
>
> When you first create you
Hello,
If using WinNT, the problem is: the entry in the registry is set to that user,
who installed the jre.
You might try the following: import the attached file into your registry.
It worked fine for me...
hopethishelps
-Juergen.
Thomas Auinger schrieb:
> Hello,
>
> I have been using Java
I'm trying to package a java3d program I wrote into an
ActiveX component.
First, I converted the j3d program into a javaBean. It
worked well. Now, I have trouble with the ActiveX
packager in Java Plug in ver1.2.2. I can't find any
instruction on how to use it. The instruction for plug
in ver1.1.1
Hi,
I want to draw a background, just like the java3d background, but using
hardware acceleration. I put a textured rectangle in front of my camera, and
then I apply a 3D transform on my scene objects to be able to move around.
Cool, until that point it's working fine.
Unfortunately, when my scene
Oups ! I have found the answer just after sending the mail
(my fake backgroun is drawn always after all other objects)
Sorry
renaud cazoulat
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the
I also agree that getting Java3D to run in a browser was a bit tricky and probably
should be documented better. I am concerned
about the pervasiveness of Java3D and thus applications I build in Java3D if there are
these kinds of impedance barriers for novice
users.
I'm assuming that this is al
There is a FAQ on how to capture still images to JPEG,
(see http://tintoy.ncsa.uiuc.edu/~srp/java3d/faq.html)
but the code snippet provided there does not quite work. (It does not set
up the Raster). I appended a class that does the job...
The idea is to extend Canvas3D and write an own postSwa
Thank you for the information.
Daniel
Lining Yang <[EMAIL PROTECTED]>@java.sun.com> on 09/28/99 03:24:08
PM
Please respond to Discussion list for Java 3D API
<[EMAIL PROTECTED]>
Sent by: Discussion list for Java 3D API <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Re: [
I saw a question about this earlier, but didn't see a response.. So
I'm asking it again.
I've been able to pick Shape3D's created from QuadArray's and
LineArray's but I'm having no luck with PointArray's.
I have a version of PickMouseBehavior that allows me to define a pick
mode of PICK_ARPETURE
allow
This question seems to come up from time to time: is there any way
of saving a scenegraph as VRML file in J3D ?
I *don't* want to load VRML in J3D ... I want to *save* J3D as
VRML!
Thanks,
Julian
===>
Dr. Julian James Bunn | Tel.: +1 626 395 6681 FAX: +1 626 795 3951
(Caltech and C
> From Adam Belmont
>
> I've been able to pick Shape3D's created from QuadArray's and
> LineArray's but I'm having no luck with PointArray's.
>
> I have a version of PickMouseBehavior that allows me to define a pick
> mode of PICK_ARPETURE (or something close to that name).
>
> This mode *should*
17 matches
Mail list logo