Qbasicnews.com

Full Version: OPENGL modeling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my question is...

- is there an OPENGL modeling program for freebasic
or is there a conversion library for another modeling source?
(Like the triangle RAW exports in most 3d programs)

i found a MilkShape3D.bi that converts milkshape3d models to freebasic but my milkshape expired!
Anim8or (http://www.anim8or.com) is a free 3d modeler with it's own file format .an8. The good news is that .an8 is plain text so it should be easy to read the data and/or convert it to your own format.

But I don't know any popular 3d file loaders, you could always look up the formats at http://www.wotsit.org and then write your own.
thank alot RED! i was wondering if there was
a site just like that!
blender exports to .ac which is also text format. And blender, in my experience, is a lot better than anim8or.
ok thanx! im a fan of blender!
well thanx for all your help!
i also found out that *.raw
is allso a binary file,with just vertex points for a triangle format model!