Files
pvvmud/util/asc2bog/asc2bog.html
2025-03-05 08:37:43 +01:00

30 lines
716 B
HTML

<HTML>
<HEAD>
<TITLE>PVVMUD - asc2bog file converter</TITLE>
</HEAD>
<BODY>
<H1>asc2bog file converter</H1>
<P>asc2bog convert from 3DStudio asc file format to
<A HREF="../../doc/bogfileformat.html">bog file format</A> with a material
<A HREF="../../doc/ndbfileformat.html">ndb file</A>.</P>
<P><PRE>
Syntax: asc2bog file[.asc]
Output: file.bog and file.ndb
</PRE></P>
<P>The 3DStudioMax asc file export plugin are a example for developers of
3DStudioMax file exports plugins. The plugin and source code are located on the
3DStudioMAX CD. In time this utility will be replaced by a 3DStudioMAX plugin
that exports bog files.</P>
<P>Known buggs:
<UL>
<LI>Don't convert UV mapping
</UL>
</P>
</BODY>
</HTML>