Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
swamp [2024/03/28 09:01] – created avaswamp [2024/03/29 12:12] (current) ava
Line 1: Line 1:
 +**Swamp Shader**
 +
 +----
 +
 +{{::swamp_screen4.jpg?400|}}  
 +{{::swamp_screen.jpg?400|}}
 +
 +Water volume params example:
 +
 +{{::watervolume_params.jpg?200|}}
 +
 +Swamp material example:
 +
 +{{::swamp_params.jpg?400|}}
 +----
 +
 +
 **Texture maps** **Texture maps**
  
 ^ Texture      ^ Using for        ^ Texture      ^ Using for       
-| Diffuse    | not using     |+| Diffuse    | diffuse texture     |
 | Specular   | Specular texture (water surface) | | Specular   | Specular texture (water surface) |
-| Bumpmap   extra bump map texture    | +| Bumpmap   | bump map texture    | 
 | Normalmap   | not using      | Normalmap   | not using     
 | Environment   | environment cube map texture    | Environment   | environment cube map texture   
-| Detail   not using     | +| Detail   3D noise texture (perlin noise)     | 
 | Opacity   | not using      | Opacity   | not using     
 | Decal  | not using    |  | Decal  | not using    | 
-| Subsurface   not using     |  +| Subsurface   mask texture     |  
-| Custom   foam diffuse texture    |  +| Custom   Secondary diffuse texture    |  
-| [1] Custom  | Secondary foam diffuse texture    | +| [1] Custom  | Secondary bumpmap texture    |  
 + 
 + 
 +**Shader parameters** 
 + 
 +^Shader Params ^Dependence ^Description^ 
 +|Bump tilling|-|Water waves speed| 
 +|Mask tilling|mask texture|mask texture tilling| 
 +|Waves tilling|-|bump map scale| 
 +|Texture tilling|main texture, secondary texture|tilling for main and secondary textures| 
 +|Bump strenght|-||  
 +|Texture amount|-|Mask texture amount| 
 +|Texture density|-|mix mask color, mask texture, blending color and main texture( mega mixer)*| 
 +|Tex blending color|-|additional mask color| 
 +|Mask color|mask texture|additional mask color| 
 +|Soft intersection factor|-|Soft intersection| 
 +|Diffuse Color|-|additional diffuse texture color| 
 + 
 +{{https://cryengine.ru/video_preview/swamp_surface_example.mp4}} 
 + 
 + --- //[[ava@ava.net.ru|ava]] 2024/03/28 11:24//
Back to top