lil help with textures

Questions and answers about the how and why of making maps.
Post Reply
Sir_Pants
Private First Class
Private First Class
Posts: 194
Joined: Mon Mar 28, 2005 2:41 am
Location: SOMEwhere in WA

lil help with textures

Post by Sir_Pants »

i wanna turn a BIG box into a ground color how would i do that, i wanna use the texture std_ground in the bzflag folder
MONKEYPANTS.COM
Image
User avatar
Landshark
Private First Class
Private First Class
Posts: 50
Joined: Fri Jan 21, 2005 3:01 am

Re: lil help with textures

Post by Landshark »

Sir_Pants wrote:i wanna turn a BIG box into a ground color how would i do that, i wanna use the texture std_ground in the bzflag folder

Code: Select all

material
  name mat_std_ground
  texture std_ground
end

meshbox
  size 100 100 10
  matref mat_std_ground
end
Post Reply