Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected spelling mistake

...

If set to Wrapped Image parameters mus must be set.

  • File Name - file and location of the image file if image is selected. 
  • U Wrap Mode –U wrap mode of the source image.
    • REPEAT – Repeat the texture pattern out of the texture's limits.
    • MIRRORED REPEAT – Repeat the texture pattern with an inversion of the texture out of the texture's limits.
    • CLAMP – The texture sampling result is zero outside of the texture's limits.
    • CLAMP TO_EDGE – The texture sampling results remain slightly inside the texture when it's out of the texture's limits.
    • CLAMP TO_BORDER – The texture sampling results are set to the texture's border color when it's out of the texture's limits.
  • V Wrap Mode –V wrap mode of the source image.
    • REPEAT – Repeat the texture pattern out of the texture's limits.
    • MIRRORED REPEAT – Repeat the texture pattern with an inversion of the texture out of the texture's limits.
    • CLAMP – The texture sampling result is zero outside of the texture's limits.
    • CLAMP TO EDGE – The texture sampling results remain slightly inside the texture when it's out of the texture's limits.
    • CLAMP TO BORDER – The texture sampling results are set to the texture's border color when it's out of the texture's limits.

...