The file java3d-utils-src.jar contains the code for the Lightwave
loader. See the file DebugOutput.java.
There are two ways you can go about using this code with your app.
1) Change the package name from com.sun.j3d.loaders.lw3d to
something else. Compile them all and put the directory in
your CLASSPATH. Change your app to use the new package name.
-or-
2) Unjar j3dutils.jar, copy the source into com/sun/j3d/loaders/lw3d
and do `javac com/sun/j3d/loaders/lw3d/*.java`, then re-jar it
and copy the new jar into lib/ext/.
Better error reporting has already been added to the Lightwave and
ObjectFile loaders for 1.3.
-Paul
> X-Accept-Language: es,en
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> Date: Wed, 28 Mar 2001 13:26:02 +0200
> From: Víctor <[EMAIL PROTECTED]>
> Subject: [JAVA3D] LightWave loader problem.
> To: [EMAIL PROTECTED]
>
> Does anybody know how to set debugging messages on for the LightWave
> loader?
>
> Now it just tells me "java.lang.NullPointerException" several times,
> I need more explicit messages to find out what is going wrong.
>
> Thanks
>
> PRISMAKER TEAM
>
> ===========================================================================
> 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".