Recovered from microbel

This commit is contained in:
rot
2025-03-05 08:35:31 +01:00
committed by h7x4
commit 88b92402a8
601 changed files with 82177 additions and 0 deletions

29
util/asc2bog/asc2bog.html Normal file
View File

@@ -0,0 +1,29 @@
<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>