Skip to main content
GameDev.net gamedev.net
๐Ÿ”’ Locked

Import 3d models

Started by AzureRain Nov 18, 2008 at 3:42 AM 1 replies 1k views
Original Post
AzureRain
AzureRain
Hi everyone, Is there an easy way to import 3d models into OpenGL with vertex, normals, triangle data? I've tried milkshape 3d's export to C++ header, which is fine, but milkshape 3d is on 30 day trial, so I need another solution. Thanks in advance!
http://fashionhangover.blogspot.com
cmv
cmv
I'd recommend having a look at the OBJ format, which is very easy to parse, and is supported by all the 3d-applications I've ever encountered (including Blender, which is open source: www.blender.org/).

http://en.wikipedia.org/wiki/Obj
http://www.royriggs.com/obj.html
AzureRain
AzureRain
Oh excellent thanks man!
http://fashionhangover.blogspot.com

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.