Re: [JAVA3D] VRML setting Capabilities

2003-01-10 Thread Philip J Colbert
Thanks I had already place the offending section into a try block and all worked out fine. Thanks for the responses. So now I know what was causing it thanks. C YA Phil Colbert :) >= Original Message From Discussion list for Java 3D API <[EMAIL PROTECTED]> = >Philip J Colbert wrote

Re: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Kelvin Chung
Philip J Colbert wrote: Thanks for the tips I have now managed to set the capabilities I requre for the VRML file and I can gather information about the instersection with the pickRay and all seams to work for this section but I get this runtime error every now and again any ideas what it is abo

Re: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Alan Hudson
Philip J Colbert wrote: Thanks for the tips I have now managed to set the capabilities I requre for the VRML file and I can gather information about the instersection with the pickRay and all seams to work for this section but I get this runtime error every now and again any ideas what it is abou

[JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
nd "+geometry); >>} >>}// end loop >> >>Any Suggestions or comments as what I should be doing? >> >>Yours Phil :) >> >> >> >> >>>= Original Message From Discussion list for Java 3D API >><[EMAIL PROTECTED]>

Re: [JAVA3D] AW: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
your app. > >Cheers, > >Florin > >-Ursprüngliche Nachricht- >Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] >Gesendet: Donnerstag, 9. Januar 2003 12:26 >An: [EMAIL PROTECTED] >Betreff: Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities > > >Thanks tha

[JAVA3D] AW: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Florin Herinean
Nachricht- Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 12:26 An: [EMAIL PROTECTED] Betreff: Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities Thanks that helped The problem I now have is that I still get the runtime error (below) that I thought I w

Re: [JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
y instanceof TriangleArray) >{ >doSomethingWithTriangleArrays((TriangleArray)geometry); >} >else doSomethingWithGeometry(geometry); >} > >Cheers, > >Florin > >-Ursprüngliche Nachricht- >Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] &g

[JAVA3D] AW: [JAVA3D] VRML setting Capabilities

2003-01-09 Thread Florin Herinean
((TriangleArray)geometry); } else doSomethingWithGeometry(geometry); } Cheers, Florin -Ursprüngliche Nachricht- Von: Philip J Colbert [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 9. Januar 2003 11:35 An: [EMAIL PROTECTED] Betreff: [JAVA3D] VRML setting Capabilities Hi Everyone I have a

[JAVA3D] VRML setting Capabilities

2003-01-09 Thread Philip J Colbert
Hi Everyone I have a small request. I am using the XJ3D loader Vrml97Loader to load VRML shapes into Java3D. I ultimatly want to be able to use the PickTool to querry the shapes local coordinates and VRWorld coordinates. To do this I need to set the shapes Geometries to ALLOW_COUNT_READ amouns