PaintBlob

From Valve Developer Community
Jump to: navigation, search
An ice surface using the PaintBlob shader

Stub

This article or section is a stub. You can help by adding to it.

PaintBlob is a pixel shader available in Counter-Strike: Global Offensive Counter-Strike: Global Offensive. Despite the odd name, its purpose is to create realistic hollow ice surfaces by piercing light through it using normal mapping, and calculating light reflection from its inner layer(backface) onto the outer layer (front face). The final output color of the surface is computed by combining various lighting terms. Also supports fresnel translucency when viewing the surface through itself, creating the illusion of a hollow ice material. Furthermore, a bounding box min and max value can be set to define how "hollow" or "thick" the material surface should be.

Note.pngNote:$nocull is not needed for this shader to function properly, however, can be used to visualize the $interior effects on the backface.
Blank image.pngTodo: Report anomalies and bugs
Icon-Bug.pngBug:Non-functional in Source Filmmaker

Ice Interior Shading Algorithm

Sphere on the left has $interiorlayer 0. Sphere on the right has $interiorlayer 1

The code implements an ice interior shading algorithm to simulate the appearance of ice as a translucent material. The algorithm takes inputs such as the world normal, eye direction, and screen position and uses them to create the illusion of light passing through the surface. The final result is a composite of the blurred enviroment map, the interior color and ambient lighting.

Blank image.pngTodo: Add images displaying screen position based fresnel refraction, can't seem to get this to work anymore.

Supported Parameters

Textures & Masks

$basetexture
Diffuse texture.
$normalmap
Normal map.
$envmap
Specular reflection.
$lightwarptexture
1D ramp texture for tinting scalar diffuse term.


Specify that this is the back surface of the ice.
Icon-Bug.pngBug:Results in a pixel shader crash if true.
Mask texture for specular reflection.
1D ramp texture for controlling fresnel falloff
Typically, a grayscale texture that defines the opaque and translucent parts of the texture.
Tip.pngTip:Extremely useful in creating realistic scratches on an ice surface.

Outer Layer Parameters

Scales the output color.
Tip.pngTip:Can be used to brighten the textures.
Specular exponent values.
Specular boost values.
Rim light exponent.
Rim light boost.
Base texture tint.
Blank image.pngTodo: Figure out why this doesn't work.

Interior Volume Parameters

Enable interior layer.
Fog strength (scales with thickness of the interior volume).
Boosts the brightness of bright background pixels.
Scales the ambient light in the interior volume.
Scales backlighting in the interior volume.
Strength of bumped refract of the background seen through the interior.

Additional Parameters

UV projection scale. Default: 0.02.
Bump map strength.
Bump map strength for the fresnel term.
Fresnel range parameters for the opacity texture.
Center for UV projection.
Blank image.pngTodo: Functional?
Darkens the shading of the ice region in areas where it is in contact with a surface.
$bumpframe
Bump frame.
$alphatest
Tip.pngTip:Has no effect on the alpha, but effects shadow casting
$translucent
Tip.pngTip:Has no effect on the alpha, but effects shadow casting
$surfaceprop
$nocull