[JAVA3D] Loading 3D objects

2004-06-26 Thread Romil D. Shah
Hi all, I am trying to load 3D objects ( mainly VRML ) into my application. Could anyone help me with it ? Will the loader library help ? Thanks in advance , Romil. === To unsubscribe, send email to [EMAIL PROTECTED] and i

Re: [JAVA3D] Quadarray rotation

2004-04-13 Thread ROMIL D SHAH
Thanks for the help. The error was :: I created a QuadArray object and was trying to add that to the TransformGroup, instead of a Shape3D(QuadArray object). Sorry for this one.! -- Romil Justin Couch wrote: >ROMIL D SHAH wrote: > > >> Just getting started with J3D. I w

[JAVA3D] Quadarray rotation

2004-04-13 Thread ROMIL D SHAH
Hi guys, Just getting started with J3D. I want to rotate a Quadarray, but was unsuccessful. When i try to add the QuadArray object to the TransformGroup( i.e. TG.addChild) , it does not allow me to do so. Please help. --- Romil ==