Recovered from microbel
This commit is contained in:
67
doc/texturefileformat.html
Normal file
67
doc/texturefileformat.html
Normal file
@@ -0,0 +1,67 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>PVVMUD - Texture file format</TITLE>
|
||||
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<H1>Texture file format</H1>
|
||||
<PRE>
|
||||
Status : suggestion
|
||||
Implementations : none
|
||||
</PRE>
|
||||
<P>Define how a texturemap will be assigned to a object</P>
|
||||
|
||||
<H2>Logical file format</H2>
|
||||
|
||||
<H2>File format</H2>
|
||||
<PRE>
|
||||
TEXTURE(NAME="name"){
|
||||
MAP {"filename"}
|
||||
MINIFY {mode}
|
||||
MAGNIFY {mode}
|
||||
WRAP_S {mode}
|
||||
WRAP_T {mode}
|
||||
BORDERCOLOR {red, green, blue, alpha}
|
||||
}
|
||||
</PRE>
|
||||
|
||||
<H2>Paramteters</H2>
|
||||
<UL>
|
||||
<LI>MINIFY<BR>
|
||||
<UL>
|
||||
<LI>NEAREST
|
||||
<LI>LINEAR
|
||||
</UL>
|
||||
</LI>
|
||||
<LI>MAGNIFY<BR>
|
||||
<UL>
|
||||
<LI>NEAREST
|
||||
<LI>LINEAR
|
||||
</UL>
|
||||
</LI>
|
||||
<LI>WRAP_S<BR>
|
||||
<UL>
|
||||
<LI>CLAMP
|
||||
<LI>REPEAT
|
||||
</UL>
|
||||
</LI>
|
||||
<LI>WRAP_T<BR>
|
||||
<UL>
|
||||
<LI>CLAMP
|
||||
<LI>REPEAT
|
||||
</UL>
|
||||
</LI>
|
||||
<LI>BORDERCOLOR
|
||||
</LI>
|
||||
</UL>
|
||||
|
||||
<H2>Example</H2>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user