modified maps

modified maps
This commit is contained in:
Данил Олейников
2024-08-02 11:15:51 +03:00
parent 5c89ad04d5
commit 911ef42ce8
741 changed files with 35494 additions and 1222 deletions

View File

@ -0,0 +1,12 @@
To use the Projector/Light and Projector/Shadow shaders properly:
Cookie texture:
1. Make sure texture wrap mode is set to "Clamp"
2. Turn on "Border Mipmaps" option in import settings
3. Use uncompressed texture format
4. Projector/Shadow also requires alpha channel to be present (typically Alpha from Grayscale option is ok)
Falloff texture (if present):
1. Data needs to be in alpha channel, so typically Alpha8 texture format
2. Make sure texture wrap mode is set to "Clamp"
3. Make sure leftmost pixel column is black; and "Border mipmaps" import setting is on.