This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Modeltool"

From BZFlagWiki
Jump to: navigation, search
(added categories, and SVN, still needs work)
Line 1: Line 1:
Modeltool can now convert .obj files to bzflag drawinfo. It is available in 2.1.1 trunk,
+
Modeltool can now convert .obj files to bzflag drawinfo. It can be downloaded with the source code through [[SVN]], and it is found in the bzflag/tools/ directory.
  
  
 
Modeltool options
 
Modeltool options
-bounding      generates sphere and extents,   
+
-bounding      generates sphere and extents,   
-comments    numbers each vertex/normal/texcoord and corner to assist in further editing of the .bzw.
+
-comments    numbers each vertex/normal/texcoord and corner to assist in further editing of the .bzw.
-nomats          materials are not output in the .bzw.  Use this with the "include" function.
+
-nomats          materials are not output in the .bzw.  Use this with the "include" function.
 +
 
 +
[[category:Map Making]]
 +
[[category:Map Editors]]

Revision as of 18:50, 9 November 2007

Modeltool can now convert .obj files to bzflag drawinfo. It can be downloaded with the source code through SVN, and it is found in the bzflag/tools/ directory.


Modeltool options

-bounding      generates sphere and extents,  
-comments     numbers each vertex/normal/texcoord and corner to assist in further editing of the .bzw.
-nomats          materials are not output in the .bzw.  Use this with the "include" function.