Hi Shlomo,
You can eliminate much of the info in the obj file(texture, normals).
But it may be better to use ObjectFile as a guide to reading your
iv file.  I have rewritten it to read my file type as well as .obj files.
It took a little time but it saves doing the conversion process and
the storage of data in two file types.

HTH
Pierre
> ----------
> From:         Shlomo Hershkop[SMTP:[EMAIL PROTECTED]]
> Reply To:     Discussion list for Java 3D API
> Sent:         Thursday, August 10, 2000 8:19 PM
> To:   [EMAIL PROTECTED]
> Subject:      [JAVA3D] loader problems
>
> hi all,
>
> I am trying to load up iv files, (open inventor) in java 3d.
> my solution so far has been to convert the files to obj files and then use
> the sample obj loader. this works but it is too slow.
> so my problem is:
> I need a way to convert the obj files to wireframes, so that it is a
> little faster.
>
>
> if anyone can help me out, or can suggest a better way to load up the iv
> files please let me know. also the obj files are huge (1-10 meg) so that
> having it done in wireframe is essential.
>
> ~shlomo
>
> ==========================================================================
> =
> 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