There is no method to do this directly in Java 3D 1.1.  We have added a
new method in Java 3D 1.2, getPixelLocationFromImagePlate, that will
provide this functionality.  It will be implemented in the Beta release
(it didn't make the impending alpha release).

--
Kevin Rushforth
Java 3D Team
Sun Microsystems

[EMAIL PROTECTED]


>Date:         Sat, 18 Sep 1999 03:22:40 +0100
>From: Rui Filipe Fernandes Prada <[EMAIL PROTECTED]>
>Subject:      [JAVA3D] 2d projection of a 3d point
>To: [EMAIL PROTECTED]
>
>Hi.
>
>Given an 3d point I want to get it's 2d coords(AWT Point) in the
>canvas3D. I mean I want to project a point3d into it's 2D coords in the
>projection plane.
>
>Canvas3D has 2 methods getVWorldToImagePlate(Transform3D)
>and getImagePlateToVWorld(Transform3D) can I do it with this transforms?
>If not how can I?
>
>thanks in advance,
>
>Rui Prada
>
>===========================================================================
>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".
>

===========================================================================
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