Wavefront file format (.obj)

View: New views
6 Messages — Rating Filter:   Alert me  

Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I downloaded an example code, that loads and displays an obj-Model. I tried loading different models, but it will not show everyone. It seems only to be able to load simple models. How can I load real big models that have over 5MB size, too? Is there maybe a newer version of the loader-classes?
[Message sent by forum member 'ericfa' (ericfa@...)]

http://forums.java.net/jive/thread.jspa?messageID=369212

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...


Re: Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I have several big Wavefront obj models  and they run just fine.
Some of then are +20Mb.
But I've seen some obj files with issues, as using vo instead v for vertex.

Send one your bad obj file to aces@...
[Message sent by forum member 'aces' (alessandroborges@...)]

http://forums.java.net/jive/thread.jspa?messageID=369234

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...


Re: Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I just have loaded an obj-model of about [b]32 MB[/b] with the Java 3D 1.5.2 example program [b]'org.jdesktop.j3d.examples.objload.ObjLoad' [/b]under JRE 1.6.0_16. After 25 seconds it was rendered without problems. Could you make your file available for download?

August
[Message sent by forum member 'interactivemesh' (A.Lammersdorf@...)]

http://forums.java.net/jive/thread.jspa?messageID=369236

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...


Re: Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I did get the code from this place:
http://www.java2s.com/Code/Java/3D/Teapot.htm
The rendering is fine, but my pot appers in grey and not in red.

Where exactly did you get this example programm from, interactivemesh?
Maybe it is Java, I have got Version 1.6.0_10.

@aces
I don“t think it is the object-files.
Where did you get your code for the 3D-models from?
[Message sent by forum member 'ericfa' (ericfa@...)]

http://forums.java.net/jive/thread.jspa?messageID=369255

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...


Re: Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

the Java 3D example program [b]ObjLoad[/b] renders your teapot in red color. But the teapot's geometry seems to be partly corrupt. Is the material file 'minimart3.mtl' located in the same folder as 'teapot.obj'? The minimum requirement is [b]JRE 1.5.0[/b].

The source code of the Java 3D example programs [b]'j3d-examples-1_5_2-src.zip'[/b] can be downloaded here https://java3d.dev.java.net/binary-builds.html

An [b]applet that loads obj-models[/b] can be run and downloaded here http://www.interactivemesh.org/sourcecode/applets.html

August
[Message sent by forum member 'interactivemesh' (A.Lammersdorf@...)]

http://forums.java.net/jive/thread.jspa?messageID=369321

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...


Re: Wavefront file format (.obj)

by java3d-interest :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi
My viewer are simple changes on top of ObjLoader demo.
My obj models are created by DCC or exported from one of our internal tools.
[Message sent by forum member 'aces' (alessandroborges@...)]

http://forums.java.net/jive/thread.jspa?messageID=369355

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...