Difference between revisions of "Blendermodelleing"

From MegaGlest
Jump to navigation Jump to search
 
Line 3: Line 3:
 
To create glest models with blender you need those three things:
 
To create glest models with blender you need those three things:
  
* an [[importscript]] for blender ( the exporter in this script still doesn't work!! )
+
* an [[importscript]] for blender to import existing g3d-files
 
* an [[exportscript]] for blender, which creates a xml-representation of the model  
 
* an [[exportscript]] for blender, which creates a xml-representation of the model  
 
* a [[converter]] to create g3d-files from the exported xml-files
 
* a [[converter]] to create g3d-files from the exported xml-files

Revision as of 11:19, 8 February 2007

Modelling with Blender

To create glest models with blender you need those three things:

  • an importscript for blender to import existing g3d-files
  • an exportscript for blender, which creates a xml-representation of the model
  • a converter to create g3d-files from the exported xml-files