Re: [JAVA3D] importing animated 3ds models

2004-03-05 Thread Ben Logan
Id love to know how to do this, if its possible? Anybody know anything about this? >-Original Message- >From: Flavius [mailto:[EMAIL PROTECTED] >Sent: 03 March 2004 22:30 >To: [EMAIL PROTECTED] >Subject: [JAVA3D] importing animated 3ds models > >how does it work if I make a model in 3d

[JAVA3D] how to pick points

2004-03-05 Thread sikander hayat
Hi all I want to know the cordinates of the points i click in java 3D environment. How to do this. Is it possible to add a text box to canvas3D in java3D Sikander Hayat F/0 Engineering and Technology Jamia Millia Islamia New Delhi --- + LIVE BY THE SWORD,DIE B

[JAVA3D] Creating Stereo Images

2004-03-05 Thread RWGRAY
Can anyone point me to documentation on how to setup Java 3D to use stereo?   (Windows operating system. NVIDIA GeForce2 Go graphics card.)   I don't understand what the Java 3D code (capability bits, parameters) should be, nor what options on the javaw command should be.   I also do not un

[JAVA3D] How to select points

2004-03-05 Thread hyat
Hi all I want to know the cordinates of the points i click in java 3D environment.How to do this. Is it possible to add a text box  to canvas3D in java3DIndiatimes Email now powered by APIC Advantage. Help! HelpClick onthe image to chat with me ==

Re: [JAVA3D] same shape3d, different textures

2004-03-05 Thread Paul Pantera
> Hi Florin, Thanx for your answer. Well, I didn't want to use two > shape 3ds because I'm lazy :P I've already specified the > coordinates and texturecoordinates for an entire room, and I'd > like the outside walls to be different from the inside ones. But > I guess it's easier to just copy and pa

[JAVA3D] window resize policy doesn't seem to work for me

2004-03-05 Thread Kevin
Hi! I'm trying to change the window resize policy on the View object for my scenegraph. I've changed it explicitly to VIRTUAL_WORLD which should show more or less of the universe when the window is resized. However, it still scales all of the objects in the view instead of showing more of the un

Re: [JAVA3D] MovieTexture java3d JMF and VRML97

2004-03-05 Thread Justin Couch
Serge Bernier wrote: Im trying to load a VRML file with having a movieTexture in it. I installed the JMF support and Im loading the VRML file with the VRML97 loder. Everythink is displaying except for the movietexture. It depends on how you have set up the loader to load files. If you have said th

Re: [JAVA3D] MovieTexture java3d JMF and VRML97

2004-03-05 Thread Serge Bernier
Hi Justin, thank you for the reponse to me question. The loader is set to VRMLLOADER.LOADALL Should the behaviors be loded we that?? Serge Selon Justin Couch <[EMAIL PROTECTED]>: > Serge Bernier wrote: > > > Im trying to load a VRML file with having a movieTexture in it. I > installed > > the

Re: [JAVA3D] 3ds loader

2004-03-05 Thread Ghislain DZOU
Thanks this one works fine - Original Message - From: "John Wright" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 12:48 AM Subject: Re: [JAVA3D] 3ds loader > Your object is roughly 35 by 15 by 20 yet you only move your view > platform back the nominal and your o

Re: [JAVA3D] MovieTexture java3d JMF and VRML97

2004-03-05 Thread Justin Couch
Serge Bernier wrote: thank you for the reponse to me question. The loader is set to VRMLLOADER.LOADALL Should the behaviors be loded we that?? Assuming no bugs in our handling of it - yes :) -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler

Re: [JAVA3D] MovieTexture java3d JMF and VRML97

2004-03-05 Thread Serge Bernier
Hi Justin, after the call of the load function of the loader we just add the scene object to a branchgroup and the movietexture should start be it self ?? If yes, it doesnt work for me. Is there some special fields that must be set in the vrml file or during the loading?? Do you know where I can f

Re: [JAVA3D] How to select points

2004-03-05 Thread pumpkin
Moin On Friday 05 March 2004 15:42, you wrote: > I want to know the cordinates of the points i click in java 3D environment. > How to do this. points as in javax.media.j3d.PointArray or points in a geomerty like triangles oder quads ? btw: if you set the reply-address to [EMAIL PROTECTED] answer

Re: [JAVA3D] Creating Stereo Images

2004-03-05 Thread Sean Sylvis
I don't remember the setup, but I believe the default stereo mode in Java3D is page-flipping for use with shutter glasses. This means, for each render cycle, a left-eye image is rendered followed by the right-eye image. The shutter glasses are synchronized with the rendering to shutter the right ey

Re: [JAVA3D] window resize policy doesn't seem to work for me

2004-03-05 Thread Mark Hood
> From: Kevin [mailto:[EMAIL PROTECTED] > Sent: Friday, March 5, 2004 05:39 PM > To: [EMAIL PROTECTED] > Subject: [JAVA3D] window resize policy doesn't seem to work for me > > I'm trying to change the window resize policy on the View object for my > scenegraph. I've changed it explicitly to VIRTUA

[JAVA3D] docs from vrml97

2004-03-05 Thread Rolf Gabler-Mieck
Hi all, has anybody an idea/link... where to get the javadocs for the vrml97 loader, issued with j3dFly1.x ? best regards rolf === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff

Re: [JAVA3D] How to select points

2004-03-05 Thread Hayat
Sir,   I have any given scene to me in 3D...i want to use the mouse to click on some place on the scene and find out the cordinates of the clicked points.pumpkin <[EMAIL PROTECTED]> wrote: MoinOn Friday 05 March 2004 15:42, you wrote:> I want to know the cordinates of the points i click in java 3D