Re: [JAVA3D] WakeupOnElapsedTime for NavigationJButtons

2005-06-30 Thread Rolf GablerMieck
Hi John, I'll go to snip your posting... Guten Tag Rolf, :-) WinXP is *troublesome*. There are bugs in WinXP that make the high res J3D timer malfuntion. My code does a test to see if WinXP is malfunctioning and if so uses the standard Java timer (which has good resolution in WinXP).

Re: [JAVA3D] VRML Material Swapping Question

2005-06-13 Thread Rolf GablerMieck
hmm..maybe this: start a Looping thread which changes the appearance during your pickbehavior is triggered maybe you have to implement a further behavior to manipulate the appeareance during ..isClicked=true... nextClick=false... regards rolf Mark Alexander Friedgan schrieb: Actually no, I am

Re: [JAVA3D] What do you recommend ? ( picture attacehd )

2005-05-17 Thread Rolf GablerMieck
Hi if I understood correct... get your 2d coordinates and put it in point3f where x(2D)=x(3D); y(2D) = -z(3D); 0 = y(3D) then you have to get the buildinghights from anywhere and add 5 new Points with your building hight in the y value build triangleStrips (should be the fastest) from: 1-2-2h