Re: [JAVA3D] Cylinder with different diameters at the two ends - How To ?

2000-02-19 Thread Juan Miguel
Hello Harish If I understood well, this demo might help you to do what you wish, when you run the demo, look at the object that is mophing dynamically from a cube to a pyrmid, and in order to change its shape, it needs to change both its superior and inferior base file:///C|/jdk1.2.2/demo/java3

Re: [JAVA3D] QuadArray

2000-02-19 Thread Janet Song
Hi... here's the code for the quad.. somehow my e-mail doesnt attach properly..:( import javax.media.j3d.*; import javax.vecmath.*; public class FrontQuad extends QuadArray { public FrontQuad() { super(4, GeometryArray.COORDINATES| GeometryArray.COLOR_3); Point3d[] vertices =

Re: [JAVA3D] Diamond 770 Ultra

2000-02-19 Thread Evan Drumwright
Actually, I'm running NT (SP6) and 98- the NVidia drivers work better on both... Evan -Original Message- From: Tim Bray <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, February 19, 2000 4:57 PM Subject: Re: [JAVA3D] Diamond 770 Ultra >At 11:35 PM 2/16/00 -

Re: [JAVA3D] QuadArray

2000-02-19 Thread Eelco van den Berg
> Can someone give me some code that will show me how to make a QuadArray? I > want to see a working example if you can and can someone tell me how to use > a QuadArray properly? This function wille create a BranchGroup with a QuadArray in it. It is a plane on y=-1, hope that helps: public Branc

Re: [JAVA3D] QuadArray

2000-02-19 Thread Janet Song
Hi i attach a simple quad array class for u to use it... instantiate this class...as FloorQuad floor = new FloorQuad(); Shape3D shapeFloor = new Shape3D(floor); root.addChild(shapeFloor); Bye -Original Message- From: Ian Phillips [SMTP:[EMAIL PROTECTED]] Sent:

Re: [JAVA3D] Diamond 770 Ultra

2000-02-19 Thread Andy Wilkinson
Hi, I can definitely second that to the extent that Java3D didn't work properly, nevermind at a low frame rate, using Diamond's drivers but that it works 'perfectly' with NVidia's reference drivers. Andy > Hi everyone, > > Just a quick note to those using the Diamond 770 Ultra- by using NVidia'

[JAVA3D] Creating Animated Gif files

2000-02-19 Thread Juan Miguel
Hi everybody I'd like to know how can I ensamble several images that I have in JPG format into a new animated GIF file, these files describe an animated scene Could this problem be solved with the java 2D Api ? and how? Thanks for any help Miguel Salguero JMC Programs

Re: [JAVA3D] Open-source Imaging Environments.

2000-02-19 Thread The Casteels
I never saw the original post, and would love to check into as many solutions as possible, do you mind re-posting the whole link-list, or replying directly to me since this has already been posted. Yoshikazu Hayashi wrote: > At 11:15 AM -0500 00.2.16, Nguyen, Van-Duc (CRD) wrote: > > Attached is

Re: [JAVA3D] Diamond 770 Ultra

2000-02-19 Thread Tim Bray
At 11:35 PM 2/16/00 -0600, Evan Drumwright wrote: >Just a quick note to those using the Diamond 770 Ultra- by using NVidia's >TNT2 drivers rather than Diamond's drivers, the frame rate increased by 66% >on my Java 3D app! This is not a fluke- I had similar results on a machine >with the same grap

Re: [JAVA3D] thoughts on decomposing a geometry

2000-02-19 Thread David Hallé
Thanks Julian! Very usefull!!! David. Julian wrote: > hello matthew, > and everybody else interested in mesh reduction, > > yes you can always use JNI to improve Java performance, and practically it > does not even mean that your program becomes less portable - as long as you > include the C sou

Re: [JAVA3D] how to solute that problem

2000-02-19 Thread Joerg Baus
> > SUBSCRIBE JAVA3D-INTEREST peter wrote: > > > dear all > > i had created a button that is used to remove a BG child when the button is >pressed. > > > > final Button button1 = new Button("Stop"); > > button1.addActionListener( new ActionListener() { > > public void actionPerformed(Action

[JAVA3D] j3dsharedctx

2000-02-19 Thread Janet Song
Hi Julian I tried putting it in the init() still the exception... i tried it in the Text2D example in the demo/Text2D folder.. i attach the file... plz run it and see whether u can solve the problem.. thx... bye Yours sincerely Janet

[JAVA3D] bug in the com.sun.j3d.utils.picking?

2000-02-19 Thread Janet Song
Hi all... i modified the IntersectTest.java by putting a mouseRotate in. At certain angles, i get an exception saying intersection point out of quad. Is this a bug with the utility or? attach here is the file.. plz run it... Bye Thx PickTestModified.zip

Re: [JAVA3D] Loader for 3dStudio

2000-02-19 Thread Janet Song
Hi Marina Go to this url http://www.billday.com/Java3DArchive/index.html u can find a lot of loaders there.. :-) bye -Original Message- From: Marina Santana [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 18, 2000 11:08 PM To: [EMAIL PROTECTED] Subject:[JAVA3D] Loader for

[JAVA3D] QuadArray

2000-02-19 Thread Ian Phillips
Can someone give me some code that will show me how to make a QuadArray? I want to see a working example if you can and can someone tell me how to use a QuadArray properly? Thanks a Million... "A train station is where a train stops. A bus station is where a bus stops. On my desk there is a wo

Re: [JAVA3D] Loader for 3dStudio

2000-02-19 Thread Evan Drumwright
NCSA portfolio will load .3DS files.  However, it has been my experience that if you can export to VRML you will be a lot better off.  The appearances were not converted properly from the 3D studio format (every color was white) and Portfolio does not support named objects- if you want to c