Re: [JAVA3D] How to do a zoom

2002-01-22 Thread Dipl. Ing. Paul Szawlowski
Mark Hood schrieb: > > Date: Mon, 21 Jan 2002 09:32:41 +0100 > > From: "Dipl. Ing. Paul Szawlowski" <[EMAIL PROTECTED]> > > "W. Gampp" schrieb: > > > > > I cannot figure out how to implement a zoom in Java3D. I want to use it in > > > my own version of keyboard navigation. My Behavior cla

Re: [JAVA3D] Averaging rotations

2002-01-22 Thread Michel Wigbers
if you like to rotate something use something like a rotation interpolator mvg Michel - Original Message - From: "Bob Dengle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 8:12 PM Subject: [JAVA3D] Averaging rotations > Hi > Ive been trying to rotate a shape

Re: [JAVA3D] new book or source pool

2002-01-22 Thread Illarramendi Amilibia, Aitor
Hi Daniel: It's was only curiosity, I dont't want to resemble very anxious :) Keep on working :) As you see many of us are waiting for your results. Regards. -Original Message- From: Daniel Selman [mailto:[EMAIL PROTECTED]] Sent: sabado 19 de enero de 2002 19:25 To: [EMA

Re: [JAVA3D] Changing the ZBuffer test condition

2002-01-22 Thread Dipl. Ing. Paul Szawlowski
I already requested GL_SOURCE_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR and GL_ONE_MINUS_SOURCE_COLOR. That's the answer from K. Rushforth: As for your feature request, the four additional blend modes that you propose seem very reasonable. The only concern is that it is somewhat late in the Ja

Re: [JAVA3D] Changing the ZBuffer test condition

2002-01-22 Thread Joachim Diepstraten
Hi Paul > I already requested GL_SOURCE_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR and > GL_ONE_MINUS_SOURCE_COLOR. Well I would say it wise to implement all as long as DX supports also all. Otherwise you will run into problems > late in the Java 3D 1.3 API cycle to consider new changes, but we

Re: [JAVA3D] Dynamic Textures?

2002-01-22 Thread Joachim Diepstraten
Hi David Hey thanks this sounds like a very neat trick. -- Explore SRT with the help of Java3D (http://wwwvis.informatik.uni-stuttgart.de/relativity/minkowski) (http://www.antiflash.net/java3d/relativity (mirror) === To uns

[JAVA3D] Windows XP

2002-01-22 Thread Fábio Magalhães
I had installed Windows XP in my notebook, will i get any problem using Java 3D ? Wich API Should i install ? OpenGL or Direct X ? Thanks, Magalhães. ___ Yahoo! GeoCities Tenha seu lugar na Web. Construa

[JAVA3D] error report

2002-01-22 Thread Dipl. Ing. Paul Szawlowski
Can somebody from SUN explains what the following means: wglMakeCurrent Failed: Das Pixelformat ist ungültig. extensionStr == null wglCreateContext Failed: Die Zugriffsnummer ist nicht definiert. This lower 2 lines will be repeated until application gets closd. Thanks and regards Paul

Re: [JAVA3D] Windows XP

2002-01-22 Thread Pasi Paasiala
We have Windows XP's on some of our notebooks (Dell Latitude 8100). Initially the performance of our Java3D application wasn't good. It seemed that there was no hardware acceleration. We had to do the following things to get things working: Take the latest JRE (1.3.1_02) Update the video driver f

Re: [JAVA3D] Multiple Shape3D or multiple geometries? Speed issue ...

2002-01-22 Thread Roland Sarrazin
Hello, Thanks for your answer, but maybe I haven't been clear enough in my initial message. Splitting the figurine into 20,000 Shape3D isn't a problem at all in my speed issues, since collision detection works fast in that case (after setting the automatic bounds computation): I first test aga

Re: [JAVA3D] Multiple Shape3D or multiple geometries? Speed issue ...

2002-01-22 Thread Marc Palmer
> Thanks for your answer, but maybe I haven't been clear enough in my initial > message. Splitting the figurine into 20,000 Shape3D isn't a problem at all in my > speed issues, since collision detection works fast in that case (after setting the ...but your solution of 20,000 Shape3D will pro

Re: [JAVA3D] Changing the ZBuffer test condition

2002-01-22 Thread Joachim Diepstraten
Hi Paul > I already requested GL_SOURCE_COLOR, GL_DST_COLOR, GL_ONE_MINUS_DST_COLOR and > GL_ONE_MINUS_SOURCE_COLOR. And If I hadn't known it better just today I discovered I really would need GL_DST_ALPHA and GL_DST_MINUS_ONE_ALPHA, oh great! EOF, J.D -- Explore SRT with the help of Java3D

[JAVA3D] rendering only half the shape

2002-01-22 Thread « - - ïªn +äßàngå¥ - - »
is it possible to render only half of a shape, say a sphere to make a hemisphere? thanks in advance. - ian __ www.edsamail.com === To unsubscribe, send email to [EMAIL PROTECTED] and include

Re: [JAVA3D] Saving into Files

2002-01-22 Thread « - - ïªn +äßàngå¥ - - »
>In Java 3D 1.3 the scengraph io utilities have been broken out of J3D Fly and >are now located in the com.sun.j3d.utils.scenegraph.io package. is this in the j3d 1.3 beta? is this a separate package? i cant find the package in j3d1.2 - ian __ www.edsamail.com =

Re: [JAVA3D] rendering only half the shape

2002-01-22 Thread Joachim Diepstraten
Hi > is it possible to render only half of a shape, say a sphere to > make a hemisphere? Sure just use a ModelClip EOF, J.D. -- Explore SRT with the help of Java3D (http://wwwvis.informatik.uni-stuttgart.de/relativity/minkowski) (http://www.antiflash.net/java3d/relativity (mirror) ===

Re: [JAVA3D] Saving into Files

2002-01-22 Thread Ewan Borland
The scenegraph io utilities aren't present in the 1.2 release. If you get j3d1.3 beta then you can find them all in com.sun.j3d.utils.scenegraph.io package. Otherwise go to the sun website and download the j3d Flythrough. It's got the scenegraph io utils and a few other useful tools. Ewan > >In

Re: [JAVA3D] error report

2002-01-22 Thread Kelvin Chung
>Delivered-To: [EMAIL PROTECTED] >X-Warning: AKH-Wien.AC.AT: Host lymnaea.imc.akh-wien.ac.at claimed to be akh-wien.ac.at >X-Accept-Language: de >MIME-Version: 1.0 >Date: Tue, 22 Jan 2002 12:41:22 +0100 >From: "Dipl. Ing. Paul Szawlowski" <[EMAIL PROTECTED]> >Subject: [JAVA3D] error report >To: [

Re: [JAVA3D] Transparency problem in 1.2.1

2002-01-22 Thread Kelvin Chung
Hi Yuri, We can reproduce the bug and Bug 4626671 is filed for investigation. Thanks for your bug report. - Kelvin --- Java 3D Team Sun Microsystems Inc. >From: Yuri Nikishkov <[EMAIL PROTECTED]> >To: "'Kelvin Chung'" <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] >Subject: RE: [JAVA