Re: [JAVA3D] jet and j3d

2002-04-26 Thread Leskov, Dmitry
> I've achieved a significant performance boost by using Excelsier jet > to complile for Win 2K, you can download the executable for Win 2K > compliled with jet at:, jet seems like a fantastic product. > š > šš > š >

Re: [JAVA3D] Rotate around 2 different axis

2002-04-26 Thread Nitin.Jain
Doesn't seem to be a Java3D problem...can you send the piece of code. nitin > -Original Message- > From: Rodrigo Obando Restrepo [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 27, 2002 1:43 AM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] Rotate around 2 different axis > > > hi. > > I

Re: [JAVA3D] Offscreen Rendering

2002-04-26 Thread Michael Nischt
thanks for reviewing, I guess I could avoid the problem drawing only a specific area of the offscreen buffer on another BufferedImage and then blitting this one. But then I have another drawing step, which will needed because there is no drawAndFlushImage(BufferedImage, x, y, WIDTH, HEIGHT ImageO

Re: [JAVA3D] Offscreen Rendering

2002-04-26 Thread Mark Hood
> Date: Wed, 24 Apr 2002 00:27:45 +0200 > From: Michael Nischt <[EMAIL PROTECTED]> > > I'm writting an OffScreen Rendering Demo, but got two problems: > > 2. the main View and the others have equal properties, also > TransformGroups the ViewPlattforms, which are attached, have equa

[JAVA3D] Shape3D & textures

2002-04-26 Thread Piriyakala Suresh
Hi,   Let me make my question simple. Is it possible to have a texture on only one side of a shape 3D cube? The cube could be made of one quad array or 6.   Regards,Piriya

Re: [JAVA3D] Rotate around 2 different axis

2002-04-26 Thread Smith, Daniel
Title: RE: [JAVA3D] Rotate around 2 different axis You have to multiply the two rotations together, and then apply the result. Quick example for 2 axis of rotation:         Transform3D xTrans=new Transform3D();         Transform3D yTrans=new Transform3D();         T

[JAVA3D] Rotate around 2 different axis

2002-04-26 Thread Rodrigo Obando Restrepo
hi. I want to rotate around two different axis, first a rotation around Y and then a rotation around X. My problem is that when i rotate the second time, the first rotation is cancelled. Can someone help me? thanks _ Descargue GR

Re: [JAVA3D] Streaming

2002-04-26 Thread Mojtaba
Hello, As was mentioned already by others, the streaming technology (be it streaming geometry or animation or both) is separate from Java3D (which is the renderer). If you are interested in a standard based streaming solution, you might want to look at what MPEG-4 BIFS has to offer. Take a look a

Re: [JAVA3D] Streaming

2002-04-26 Thread Mauricio Vives
Title: RE: [JAVA3D] Streaming As Justin mentioned, Java 3D does not explicitly handle streaming of any kind.  However, it does not have any limitations that prevent you from implementing streaming. As an example, the product we are developing performs geometry streaming: as the application lo

Re: [JAVA3D] Bug adding color cube

2002-04-26 Thread Kelvin Chung
Hi Brad, We can't reproduce this bug. This test program is similar to HelloUniverse and it should works. Please update the latest graphics card driver and the card BIOS (if there is one) from the vendor. Thanks. - Kelvin -- Java 3D Team Sun MicrosystemsInc. >Date: Fri, 26 Ap

Re: [JAVA3D] jet and j3d

2002-04-26 Thread Kevin J. Duling
Title: RE: [JAVA3D] jet and j3d You've forgotten to include the dependant DLL(s).  JET binaries don't run by themselves.   - Original Message - From: Mark Kahrl To: [EMAIL PROTECTED] Sent: Friday, April 26, 2002 10:22 AM Subject: Re: [JAVA3D] jet and j3d  

Re: [JAVA3D] jet and j3d

2002-04-26 Thread Mark Kahrl
Title: RE: [JAVA3D] jet and j3d   I've achieved a significant performance boost by using Excelsier jet to complile for Win 2K, you can download the executable for Win 2K compliled with jet at:, jet seems like a fantastic product.      http://www.kahrlconsulting.com/Orbit3D_WIN32.

Re: [JAVA3D] Streaming

2002-04-26 Thread Justin Couch
Renate Kapl wrote: > Does anybody know, if streaming is possible with java 3d? How do you define "streaming"? There are many things that could be possibly streamed - such as texture and geometry. None of these are the role of Java3D. Just like OpenGL does not support streaming directly and it req

[JAVA3D] how add Texture in DXF files

2002-04-26 Thread Smalfatti
hi.. I imported an dxf to my universe, now I desire add texture.. exist any method to add texture or I must be add texture in my dxf file before and after import. Thanks a lot. URI Campus Santo Angelo-RS www.urisan.tche.br =

Re: [JAVA3D] JAVA 3D API DOCUMENTATION

2002-04-26 Thread Tudor, Liviu @Cimage
Well, you can download the HTML2HLP tool from http://javadocs.planetmirror.com/htmltohlpe.html and convert the JavaDoc to HLP so then you can use search and all the other functions. Liviu Tudor Cimage Novasoft Limited : www.cimagenovasoft.com + [EMAIL PR

Re: [JAVA3D] JAVA 3D API DOCUMENTATION

2002-04-26 Thread Erik Innes
Go to http://www.confluent.fr/javadoc/indexe.html for Java API's in Windows help format. -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]] On Behalf Of Raul Rios Sent: Friday, April 26, 2002 4:45 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] JAVA 3D API DOCU

Re: [JAVA3D] jet and j3d

2002-04-26 Thread Smith, Daniel
Title: RE: [JAVA3D] jet and j3d You really get 2X performance (framerates) using Excelsior's Jet?  If that's the case, I'll have to look at it for my project, at least for Win32 platforms (no hiss,boos please; we'll remain cross-platform). Scott -Original Message- From: Olivier Tas

Re: [JAVA3D] jet and j3d

2002-04-26 Thread Olivier Tassy
Thanks Dmitry, I finally found a way to compile my software. It runs about 2 times faster now. that's definitively great. - Original Message - From: "Leskov, Dmitry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 8:36 AM Subject: Re: [JAVA3D] jet and j3d > 1.

[JAVA3D] JAVA 3D API DOCUMENTATION

2002-04-26 Thread Raul Rios
Does anybody knows if it is available the Java3D API Documentation in Windows Format (.hlp) ? Where? Thanks. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTERES

[JAVA3D] Announce: XiStrat-0.6.13 released

2002-04-26 Thread Kai Brommann
hi, would like to announce a new release: http://xistrat.sf.net http://freshmeat.net/projects/xistrat XiStrat (the full name is 'Extended Strategy') deals with turn-based, networked multiplayer strategy board games on 3d-visualized polyhedra (e.g., chess, go, reversi variants, etc.). It conta

Re: [JAVA3D] Java3D 1.3 Release...WHEN?

2002-04-26 Thread Raul Rios
Thank you for your information. === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body

[JAVA3D] [ANNOUNCE] Jun for Java 340

2002-04-26 Thread Yoshiyuki NISHINAKA
We have released a new version, 340, of "Jun for Java". The major changes since the version 316 includes: * JunTerrainEditModel and JunTerrainDisplayModel are classes to edit and display terrain fields. Please refer to the following URL for more information: http://ww

[JAVA3D] Bug adding color cube

2002-04-26 Thread Brad Christiansen
Hi, I have encounted an error in an app I was writing and have narrowed it down to an extremely basic test case (code is inline at the end). The code below uses a SimpleUniverse to display a ColorCube. If I uncomment the line adding the color cube to a branch group then the app terminates with th

[JAVA3D] Streaming

2002-04-26 Thread Renate Kapl
Does anybody know, if streaming is possible with java 3d? lg Renate === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAI

[JAVA3D] Psychology and VR

2002-04-26 Thread Dipl. Ing. Paul Szawlowski
Hi all, quite recently somebody was discussing VR and psychology (I think simulating drug influence). Maybe this is interesting for you: I'm just reorganizing my office (which means throwing a lot of stuff into the trash) and found an announcement about a journal covering this topic. It's called C