1
edit
Changes
no edit summary
== Introduction ==
== Tag Attributes ==
* id
** '''Usage:''' <texture id="sometexture" />.
** The ''id'' attribute gives the texture an identifier so that it may be used in conjunction with other objects.
** This attribute is mandatory.
* href
** '''Usage:''' <texture href="http://foo.com/bar.tga" />.
** The ''href'' attribute refers to the hyperlink reference where the texture file is stored.
** This attribute is mandatory.
== Syntax ==
<pre>
</pre>