28 lines
637 B
HTML
28 lines
637 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>PVVMUD - geo2bog file converter</TITLE>
|
|
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<H1>geo2bog file converter</H1>
|
|
|
|
<P>geo2bog convert from <A HREF="geofileformat.html">geo file format</A> to
|
|
<A HREF="bogfileformat.html">bog file format</A></P>
|
|
|
|
<P><PRE>
|
|
Syntax : geo2bog geofile[.geo]
|
|
Output file : geofile.bog
|
|
</PRE></P>
|
|
|
|
<P>Convert a ascii object geometry(geo) file to a binary object geometry(bog) file.</P>
|
|
|
|
<H2>Known problems and Bugs</H2>
|
|
<UL>
|
|
<LI>Don't handle geometry Name option correct! Think this has to be stored in
|
|
a ndb file.
|
|
</UL>
|
|
|
|
</BODY>
|
|
</HTML>
|