Level editing
I have a fully functional 3D engine, but no way to create levels for it. Part of my engine is based on portal rendering, but in a vain attempt to be "different", I decided to build in support for concave cells/sectors.
So what I need is either:
a) a highly generic 3D modeling app that can be extended with the kind of custom data my engine needs (i.e. sectors and portals), and a plugin API to create the necessary exporter; or
b) a way to subdivide any polygon soup into sectors so that each sector contains roughly the same number of polygons.
If you have any suggestions, by all means let me know!
Tom Nuydens delphi3d@gamedeveloper.org www.gamedeveloper.org/delphi3d
try MilkShape3D - http://www.swissquake.ch/chumbalum-soft/
=============================
Denis "Mr.Snow" Kozhukhov
CEO & Lead programmer
Choco Snow Creation
dkcscPortal
=============================
=============================
Denis "Mr.Snow" Kozhukhov
CEO & Lead programmer
Choco Snow Creation
dkcscPortal
=============================
=============================Denis "Mr.Snow" KozhukhovCEO & Lead programmerChoco Snow CreationdkcscPortal=============================
I already tried MilkShape. It''s more of a character/weapon/whatever modeler, isn''t it? What I''m looking for is a level editor. It needs to be able to organize a map into sectors, and to mark certain polygons as ''portals''.
Essentially, what I''d like to find is a 3D modeler that allows me to attach custom, user-defined data to each and every primitive in the model.
Essentially, what I''d like to find is a 3D modeler that allows me to attach custom, user-defined data to each and every primitive in the model.
Tom Nuydens delphi3d@gamedeveloper.org www.gamedeveloper.org/delphi3d
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement