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
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
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
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]>
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
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
y instanceof TriangleArray)
>{
>doSomethingWithTriangleArrays((TriangleArray)geometry);
>}
>else doSomethingWithGeometry(geometry);
>}
>
>Cheers,
>
>Florin
>
>-Ursprüngliche Nachricht-
>Von: Philip J Colbert [mailto:[EMAIL PROTECTED]]
&g
((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
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