arma:texturing:specular_maps
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma:texturing:specular_maps [2007/07/04 11:46] – created specular maps initial page snakeman | arma:texturing:specular_maps [2024/08/01 14:47] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Specular Maps ====== | + | ====== |
- | Attempted to use a Shader IDE for producing | + | [[https:// |
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
+ | |||
+ | **Armored_Sheep (BIS Dev)**: Specular map is a complex bitmap. Each color channel has its own purpose. You should understand well the way of calculating pixel colors in scene before you paint those textures. | ||
+ | |||
+ | As written in [[arma: | ||
+ | |||
+ | Texture _SM has diffuse values in RED, specular in GREEN and, Specular power in BLUE channel. _SMDI does not use RED chanel (better compression) GPU calculates those values automatically as Diffuse = 1 - Specular. | ||
+ | |||
+ | When you use specular map - diffuse, specular in RVMAT should be 1. Then paint B/W map with maximum specular and minimum specular values you imagine on surface. Than choose minimum (black) and maximum specular (white) values and change the bitmap levels to those values. | ||
+ | |||
+ | **Solus**: The way I did the specular maps is by taking the regular color texture and making the red and blue channels full white in Photoshop and lowered the brightness and contrast in the green channel. Basically the specular maps should have flat white in the red and blue channels, then the brightness of the green channel controls how shiny each area is, from no shining on the darkest part to a mirror like shine on white. I think the red and blue channels might also control something but most of the BIS specular maps have just white and it seems to work fine. | ||
- | Solus: The way I did the specular maps is by taking the regular color texture and making the red and blue channels full white in photoshop and lowered the brightness and contrast in the green channel. Basically the specular maps should have flat white in the red and blue channels, then the brightness of the green channel controls how shiny each area is, from no shining on the darkest part to a mirror like shine on white. I think the red and blue channels might also control something but most of the BIS specular maps have just white and it seems to work fine. |
arma/texturing/specular_maps.1183549578.txt.gz · Last modified: 2007/07/10 09:52 (external edit)