View Full Version : Model Editing
CyberGarp
01-31-2003, 07:51 AM
I want to write an OpenGL game. Most of the background will be a fairly static background and layout to begin with. What I would like is an Open Source model editor so I can generate a static scene and then translate it into OpenGL. I think this would be faster than hacking code. What file formats/model editors are there out there?
Dia Kharrat
01-31-2003, 09:50 AM
Are you looking in to making an FPS (First Person Shooter) game? If yes, then you could try for level editors.
1. WorldCraft (used by half-life and many other games)
2. Quark (Used by Quake 3)
For model editors, you could try GMAX.
File specifications are available on the web if you just do a simple search.
baldurk
01-31-2003, 10:24 AM
if you want a true open source 3d modeller, try Blender (http://www.blender3d.com).
CyberGarp
02-03-2003, 08:20 AM
I've been playing with blender and it seems to be what I want. It really does a good job of bringing all that complexity into an interactive UI. Now, can these models then be implemented in OpenGL? What export format does one use?
baldurk
02-03-2003, 10:13 AM
any format that blender can save/export to is theoretically possible to be loaded by opengl. In practice, some formats aren't appropriate.
Take a look at the formats it can save in. If none of them suit you, you can write your own exporter
Morgoth
02-04-2003, 03:32 AM
Are there any more "formal" specs about the format of the files produced by, say, Blender or GMAX, or i will have to dig it up??
As for modellers there is also MilkShape but it's not free (at least not anymore..) However it's well documented with tutorials, help etc.
Phaetos
02-04-2003, 03:40 AM
I have some good experiences using a python export script for blender.
So you can define the format of the model on your own.
Here is an example site: Python Export Script (http://jetresourceutil.sourceforge.net/BlenderExporter.html)
But the main problem with blender is, that it can not access the bones using the
python api. So animations using bones will still be a problem in the game...
If anybody has a nice hint about this, please tell me :)
Jeroen
02-09-2003, 04:52 AM
There's a difference between model editors and level editors. Use a model editor to create models, like monsters etc. Use a level editor to create the 'static' scene in which the monsters live. You could check out:
Delgine Site (http://www.gamefortress.com/~delgine)
That's the site of me and my team. We're working on a easy-to-use level editor (opengl too) which can be used in 3d projects like yours and has very easy-to-follow fileformats.
Bye,
Jeroen
Arthur Dent
02-11-2003, 06:59 AM
try Z Modeller
http://zmodeler.nfscheats.com/
or
http://www.webmasterfree.com/software/1541.html
Aphex
02-14-2003, 03:33 AM
A quick search came up with 3dxExp:
http://www.cg.tuwien.ac.at/~wimmer/
Phaetos
02-24-2003, 02:10 AM
Sorry for the late reply...
Thank you all for the Links.. The ZModeler site seems to be down right now. MySql
is bit angry right now :D
But these are all Windoze programs, aren't they?
I plan to restrict everything of my tools and development to the linux platform. So
I can share some experiences on game development on the linux platform when my
first game is finished.
Yesterday I started a project to write an own 3D Modeler with support for u/v Texture-
Mapping, Mesh editing and Bone Animation. The Modeler will run under Linux using
the QT Widget set and (of course) OpenGL as 3D API.
Hopefully I will find enough time to get the Modeler running soon. ;)
Greetinx
Stefan
CyraX
03-14-2003, 11:58 PM
If you intend to use and create the models FOR gamez I suggest you take a look @ the following models and ignore the rest:
1) MD3 by far one of the easiest.
2) Half Life nice shapes
3) Unreal
4) Serious Sam (REAL FAST ONES)
if you plan to use the models for presentations and non real time apps:
1) 3DS (general standard)
2) ASCII (lotsa documentation)
3) Maya
vBulletin, Copyright ©2000-2010, Jelsoft Enterprises Ltd.