[JAVA3D] View - stopBehaviorScheduler

2001-09-05 Thread Giles
I'm trying to implement some code that needs to render a scene several times before allowing behaviors to modify the scenegraph. I noticed the stopBehaviorScheduler routine. The docs mention this is a heavy-weight routine. Would calling this routine be more expensive then calling the stopEnable

[JAVA3D] Java3D MPEG4 VRML Encoder/Decoder

2001-09-05 Thread Mojtaba Hosseini
Hello, I was wondering if you are still interested in the Java MPEG-4 BIFS Codec and if you intend to use it for non-commercial research or not. Mojtaba === To

Re: [JAVA3D] Java3D plugin auto download

2001-09-05 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] Java3D plugin auto download http://www.j3d.org/tutorials/quick_fix/auto_install.html > -Original Message- > From: Paul Pantera [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 05, 2001 2:21 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Java3D plugin au

Re: [JAVA3D] Any Java3D journals?

2001-09-05 Thread Charles Bell
I like the Java Report see www.javareport.com --- Mario de Sa Vera <[EMAIL PROTECTED]> wrote: > I am not sure about Java3D magazines but I like Java > Development > Journal for general Java information... > > no shame, > > Mario. > > Quoted mail: > > Hi, > > > > Are there any Java3D magazines, Or

Re: [JAVA3D] Any Java3D journals?

2001-09-05 Thread Mario de Sa Vera
I am not sure about Java3D magazines but I like Java Development Journal for general Java information... no shame, Mario. Quoted mail: > Hi, > > Are there any Java3D magazines, Or Java magazines for subscribing? > > > Lan Wu-Cavener > Research Associate and Programmer > Dept. of Landscape Archi

[JAVA3D] Any Java3D journals?

2001-09-05 Thread Lan Wu-Cavener
Hi, Are there any Java3D magazines, Or Java magazines for subscribing? Lan Wu-Cavener Research Associate and Programmer Dept. of Landscape Architecture === To unsubscribe, send email to [EMAIL PROTECTED] and include in the

Re: [JAVA3D] 1.2.1_03 out!

2001-09-05 Thread Pierce, Gregory (TBS)
Title: RE: [JAVA3D] 1.2.1_03 out! Who do we have to beat to get an OSX version out? > -Original Message- > From: Mona Wong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 05, 2001 3:07 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] 1.2.1_03 out! > > > Hi Brad: > > > Do

Re: [JAVA3D] 1.2.1_03 out!

2001-09-05 Thread Mona Wong
Hi Brad: > Does anyone know when Java3D 1.2.x will be released on SGI IRIX? Did you ever get a good answer? I am also interested. Thanks, Mona == Mona Wong National Center for Microscopy and Imaging Research University o

[JAVA3D]

2001-09-05 Thread Carlos Augusto Gurgel de Sousa
   I had several problems with my NCSA DXF loader. Does this loader support only AutoCad12 files or does it support more recently files?   If anybody have any example to send me, my mail is [EMAIL PROTECTED].   Thanx.Get your FREE download of MSN Explorer at http://explorer.msn.com ==

Re: [JAVA3D] Java3D plugin auto download

2001-09-05 Thread Paul Pantera
Good question. Right now, it can't be done. Search the archives for much information about the subject. We're still working on it. -Paul > Delivered-To: [EMAIL PROTECTED] > X-Sender: [EMAIL PROTECTED] > Mime-Version: 1.0 > Date: Thu, 6 Sep 2001 02:18:05 +0800 > From: Quoc Huynh <[EMAIL PROTEC

[JAVA3D] Java3D plugin auto download

2001-09-05 Thread Quoc Huynh
Hi Guys, Just a quick question. I have a Java3D applet on my web page. I've used the java HTML convertor to convert my applet tags to use the jre 1.3 plugin. If someone goes to my page, it'll auto download jre 1.3 if its not installed. What i want to do is also prompt to download and inst

Re: [JAVA3D] can't convert com.sun.j3d.loaders.Scene

2001-09-05 Thread Kevin J. Duling
How many Scene objects do you want? Scene s[] = new Scene[n_obj]; Assuming 'n_obj' is an integer, that will create an empty array of Scene interfaces. Are you sure this is what you want to be doing? - Original Message - From: "Thomas Gilbert Giusepe" <[EMAIL PROTECTED]> To: <[EMAIL PRO

[JAVA3D] can't convert com.sun.j3d.loaders.Scene

2001-09-05 Thread Thomas Gilbert Giusepe
Hi there, I am trying to make the following declaration, but the compiler give always the same error message: -- Scene s = new Scene[n_obj]; //etc -- Incompatible type for vardeclaration. Can't convert com.sun.j3d.loaders.Scene[] to com.sun.j3d.loaders.Scene -- Some hints!??? Rgds, TGG §:0) __

Re: [JAVA3D] Multiple canvas

2001-09-05 Thread Thomas Gilbert Giusepe
Hi Mohan, You could use simpleuniverse to run 2 canvas3D in the same time... it works for me. rgds A little sample code: //- //If would like to shows 6 canvas3D :: 2X3 this.setLayout(new GridLayout(2, 3,0,0)); Canvas3D Mycanvas3D1 = new Canvas3D(null); //etc add(Mycanvas3D1); //etc SimpleUn

[JAVA3D] Rotation

2001-09-05 Thread Desiree Hilbring
Hi everybody, my 3D-objects are created far away from the origin, somewhere around +x and -z coordinates. The objects are clipped by a ModelClip plane plane = new Vector4d(crossVector.x,crossVector.y,crossVector.z,dist); It is parallel to the x-Axis and has a significant distance. My scenegrap

[JAVA3D] Behavior Question

2001-09-05 Thread Zak Nixon
Can i have the Orbit behavior and Picking behaviors going on at the same time?   Zak

[JAVA3D] Picking Question

2001-09-05 Thread Pierce, Gregory (TBS)
Title: Picking Question If I set up some code to do picking from a PickCanvas and get the closest pick, I get back a PickResult. If I do a getNode( PickResult.TransformGroup ) from this - I keep getting null. Perhaps I'm trying to do this wrong but basically what I'm trying to do is pick into

[JAVA3D] Any idea about how to animate a Sphere down?

2001-09-05 Thread Casanova Robert
I need any idea about how to animate a Sphere to go down with an Alpha object or something like this. I know how to work with Java 3D but I don't know how to animate the objects... Thanks in advance. * Robert Casanova Carpintero (2309-2000-704)

[JAVA3D] question to Canvas3D . getVworldToImagePlate

2001-09-05 Thread Dipl. Ing. Paul Szawlowski
Hi all, Can someone explain the difference between image plate and front clipping plane ? I always thought hat the front clipping plane is also the image plate. But: When I position an xy-plane with the inverse of the VworldToImagePlate transformation it should be in front of all objects (i.e. in

[JAVA3D] Stupid / non-Java3D question: downloading JAR files.

2001-09-05 Thread Daniel Moscoso
Hi all !! For downloading JAR files from Netscape: Is this a way to download without displaying them ? Making 'save as' from menu after displaying them saves with badly format, and cannot be used. Thanks in advanced !! Dani -- Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte

[JAVA3D] Applets and OutOfMemoryError <>

2001-09-05 Thread Leyland
I've created an MD2 loader and viewer, and in testing the viewer as an applet, I have found that once in a while I get an OutOfMemoryError.   What happens is, I have a index.html that has links to diffrent pages where an MD2Viewer looks at an MD2 file, when I click on one of the links the p