On Thu, 12 Aug 1999 13:21:36 -0400, Gary S. Moss <[EMAIL PROTECTED]> wrote:
>
>CoralWorld.java:169: Incompatible type for method. Can't convert
>com.sun.j3d.utils.universe.ViewingPlatform to javax.media.j3d.ViewPlatform.
> view.attachViewPlatform(u.getViewingPlatform()) ;
>
try view.attachViewPlatform(u.getViewingPlatform().getViewPlatform()) ;
Jan
===========================================================================
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".