2025-03-05 08:37:43 +01:00

28 lines
850 B
HTML

<HTML>
<HEAD>
<TITLE>PVVMUD - Fileformats</TITLE>
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
</HEAD>
<BODY>
<H1>Fileformats</H1>
<H2>Ascii file formats</H2>
<UL>
<LI>The <A HREF="geofileformat.html">geo file format</A> describe a 3D mesh object.
<LI>The <A HREF="scenefileformat.html">scene file format</A> describe a scene of 3D objects and simple animations.
<LI><A HREF="materialfileformat.html">Material file format</A>
<LI><A HREF="texturefileformat.html">Texture file format</A>
<LI><A HREF="ndbfileformat.html">Name DB file format</A>
<LI><A HREF="worldfileformats.html">World file formats</A>
</UL>
<H2>Binary file formats</H2>
<UL>
<LI>The <A HREF="bogfileformat.html">bog file format</A> describe a 3D mesh object.
</UL>
<A HREF="DataDictionarySyntax.html">Data dictionary syntax</A>
</BODY>
</HTML>