[JAVA3D] Much Time Elapsed In Creating 3D Objects

2003-12-12 Thread Osama Abdalah
Hi all, I was develping an application using java3d 1.3.1 and jdk 1.3, The application takes about 6 seconds for the shapes to appear , but when a flipped to jdk 1.4.2 it waits about 60-70 seconds to begin, Can any body tell me why this is happening and does any body have any idea how to solve th

Re: [JAVA3D] Transparency Mode Toggling

2003-12-12 Thread N. Vaidya
FYI, Chien has submitted the following ID for this bug: BugId : 4966710 - Visible geometry disappeared when transparency mode is toggled. >On Thu, 4 Dec 2003 09:37:51 -0500, N Vaidya <[EMAIL PROTECTED]> wrote: >Looks like I'm running into an issue with View's >transparency sorting and/or trans

[JAVA3D] Dual window crash and burn problem

2003-12-12 Thread Coleman, Rick (Contractor-SAIC)
Fellow J3D programmers, I'm new to J3D but not to Java. Got a problem with a simple application. I create a JFrame with a simple JPanel and JMenuBar. This class then instantiates a Frame object (also tried it as a JFrame) containing a Canvas3D displaying the standard 3D cube. The 3D code is not

[JAVA3D] Rules of thumb for transformations

2003-12-12 Thread Jørn Cornelius Olsen
Hi, I've calculated som matrices that I'd like to apply to a Transform3D (in this case the view transform - not that it matters). My question is: Should I do the intermediate calculations in Matrix3f's or in Transform3D's? Are there any internal speed advantages to using either of these? Regards

[JAVA3D] Strategies drawing big amount of shapes3D

2003-12-12 Thread Robert Gomez-Reino Garrido
Dear All, I am creating an aplication that will present a 3D view of a huge machine(5 floor building) and the states of different parts of it. I am reading the geometry and position of all the parts of the machine from a geometric database created. The idea is that the user choose the parts that he

Re: [JAVA3D] Strategies drawing big amount of shapes3D

2003-12-12 Thread RWGRAY
Would a LOD (Level of Detail) strategy work for you? Cheers, Bob Gray -Original Message- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] Behalf Of Robert Gomez-Reino Garrido Sent: Friday, December 12, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] Strategies drawing

[JAVA3D] Swing & J3D with J2SEv1.4.2

2003-12-12 Thread Jean-Robert D'Amore
Hi, Until now I was using J2SE v1.4.0_03. The drop down menus of my toolbar used to be drawned on top of my JInternalFrames containing the heavyweight canvas3Ds components. Now that I use J2SE v1.4.2 I have the same problem that when 2 JInternalFrames overlap, i.e. swing components are hidden

Re: [JAVA3D] Strategies drawing big amount of shapes3D

2003-12-12 Thread Robert Gomez-Reino Garrido
I read a litle bit about it,I can be a good start point. -Original Message- From: RWGRAY [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:33 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Strategies drawing big amount of shapes3D Would a LOD (Level of Detail) strategy work fo

Re: [JAVA3D] Swing & J3D with J2SEv1.4.2

2003-12-12 Thread Auguste Genovesio
Fleur, il y a un autre problème (désolé...), les liens contenu dans les documents word à mon avis ne correspondent pas. Je pense en effet qu'il manque à chaque fois la partie concerant le ciblage. Tu sais les liens avaient à peu près cette tete:   http://r.wanadoo.fr/r?ref=nlprooct3%2Bwifi5&u

[JAVA3D] Sorry

2003-12-12 Thread Jean-Robert D'Amore
Ok, sorry for my last email. For those who are intersted here is the line to add:     JPopupMenu.setDefaultLightWeightPopupEnabled( false ); with 1.4.0_03 he did not need to add it -- D'Amore Jean-Robert IT Systems Bell Geospace Ltd. Unit 5A, Crombie Lodge Aberdeen

Re: [JAVA3D] Releasing Open Source project: Virtual Camera

2003-12-12 Thread Lou and Sheryl Recchione
- Original Message - From: "CARLOS DA SILVA DOS SANTOS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 11, 2003 1:58 PM Subject: [JAVA3D] Releasing Open Source project: Virtual Camera > Hi all, > > We are releasing our Java3D project, named Virtual Camera under the L

Re: [JAVA3D] Dual window crash and burn problem

2003-12-12 Thread Alessandro Borges
This is very strange behavior. Did you try to run outside JBuilder IDE? Do you have a simple test case ? Alessandro --- "Coleman, Rick (Contractor-SAIC)" <[EMAIL PROTECTED]> escreveu: > Fellow J3D programmers, > > I'm new to J3D but not to Java. Got a problem with > a simple application. > I c