Recovered from microbel
This commit is contained in:
33
doc/materialfileformat.html
Normal file
33
doc/materialfileformat.html
Normal 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>
|
Reference in New Issue
Block a user