Forum: 3D Modeling


Subject: can i get some good scene files for my ray tracer?

sana_sz91 opened this issue on Sep 29, 2013 ยท 5 posts


pauljs75 posted Sun, 29 September 2013 at 11:14 PM

I don't think most people do vertex coordinate lists like that since the 1980s. Software does that part now. Very few 3D artists would be familiar with that aspect.

But if you open a .obj file with a text editor, you may find similarly formatted coordinate lists. OBJ format is pretty common (if not the most common), so you shouldn't have problems finding models of whatever made in it. Associated materials are referenced in the .mtl file that is normally included with the OBJ.

Outside of .obj, I think Collada and VRML are in plaintext too. (There may be others, but just going with what I'm familiar with. Other formats tend to be proprietary binary stuff or compressed in various ways.)

Of course you're the one with the programming background (which is out of my area of knowledge), so it'll be up to you to figure out how to parse it.

I know it's not much, but I hope that points you in the right direction.


Barbequed Pixels?

Your friendly neighborhood Wings3D nut.
Also feel free to browse my freebies at ShareCG.
There might be something worth downloading.