You problem is the very last texture definition at the end of your pette.inc
file. It's re-defining a texture that then overrides all the rotated
textures you declared previously. Simply remove the final texture
definition found in the last three lines in your file:
from:
}
texture {Text_Patte}
}
to:
}
}
Hope that helps :)
Matt
Post a reply to this message
|