Path fixes

This commit is contained in:
Josh Yelon 2005-02-26 01:42:11 +00:00
parent 3d3eeaf5bd
commit 572669e74d
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Dirlight.egg'"
}
<Texture> Tex1 {
"DirLight.tif"
"../maps/Dirlight.png"
<Scalar> format { rgb }
<Scalar> wrapu { repeat }
<Scalar> wrapv { repeat }

View File

@ -4,7 +4,7 @@
"MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Pointlight.egg'"
}
<Texture> Tex1 {
"PointLight.tif"
"../maps/Pointlight.png"
<Scalar> format { rgb }
<Scalar> wrapu { repeat }
<Scalar> wrapv { repeat }

View File

@ -4,7 +4,7 @@
"MaxEggPlugin nul.max -o 'E:\sshadhan\Desktop\Spotlight.egg'"
}
<Texture> Tex1 {
"Spotlight.tif"
"../maps/Spotlight.png"
<Scalar> format { rgb }
<Scalar> wrapu { repeat }
<Scalar> wrapv { repeat }