hi,

You can try to use the API below:

 GeometryInfo gi = new GeometryInfo(GeometryInfo.TRIANGLE_ARRAY);
 gi.setCoordinates(coordinateData); 

....

Shape3D shape3D = new Shape3D(); 
  metaball.setGeometry(gi.getGeometryArray());

coordinateData is modeling coordinate data generated.

best regards,

ldu

 

>From: ramanathan v <[EMAIL PROTECTED]>

>Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: [JAVA3D] Methods to get the geometry / vertices
>Date: Sun, 3 Nov 2002 11:08:46 -0800
>
>Hi,
>
>I am looking for some methods that will help me in
>getting the vertices of the shape3d after its be
>tranformed and placed at a particular coordinates.
>How do i retrieve the vertices from a shape3d object.
>
>Thanks,
>ramanathan
>
>
>__________________________________________________
>Do you Yahoo!?
>HotJobs - Search new jobs daily now
>http://hotjobs.yahoo.com/
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff JAVA3D-INTEREST". For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".


Broadband? Dial-up? Get reliable MSN Internet Access. Click Here =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to