This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "GroundMaterial"

From BZFlagWiki
Jump to: navigation, search
m
Line 12: Line 12:
 
valid parameters are:
 
valid parameters are:
 
<properties>
 
<properties>
name=name used to reference the GroundMaterial
+
name=name GroundMaterial must be used as name for to work
 
texture=set the texture file, either a filename (without .png extension) or URL eg. <nowiki>http://server.name/path/to/file</nowiki>
 
texture=set the texture file, either a filename (without .png extension) or URL eg. <nowiki>http://server.name/path/to/file</nowiki>
 
</properties>
 
</properties>

Revision as of 16:30, 6 March 2008

GroundMaterial is an option for a Material that allows you to set the ground texture to any local, or hosted texture.

Code

To utilize GroundMaterial in your map, first it must be defined:

material
 name GroundMaterial
 texture <fileName or URL>
end

valid parameters are:

name name GroundMaterial must be used as name for to work
texture set the texture file, either a filename (without .png extension) or URL eg. http://server.name/path/to/file