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

View File

@@ -0,0 +1,33 @@
<HTML>
<HEAD>
<TITLE>PVVMUD - Material file format</TITLE>
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
</HEAD>
<BODY>
<H1>Material file format</H1>
<PRE>
Status : suggestion
Implementations : none
</PRE>
<P>A ascii file spesify the diffrent parameters used to describe the
surface of a 3D object.</P>
<H2>Logical file structure</H2>
<H2>File structure</H2>
<PRE>
MATERIAL(NAME="name"){
TEXTURE {"name"}
AMBIENT {red, green, blue, alpha}
DIFFUSE {red, green, blue, alpha}
SPECULAR {red, green, blue, alpha}
EMISSION {red, green, blue, alpha}
SHININESS { shininess }
}
</PRE>
<H2>Example</H2>
</BODY>
</HTML>