Method BakeDepthMap
BakeDepthMap(uint, double, ColorAlpha?)
Depth map baking
Declaration
[HandleProcessCorruptedStateExceptions]
public ImageList BakeDepthMap(uint sessionId, double normalizeValue = 1, ColorAlpha? defaultColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | sessionId | Baking session Id |
| double | normalizeValue | Divisor applied to depth values before storage to texture |
| ColorAlpha? | defaultColor | Color used for filling unbaked texels |
Returns
| Type | Description |
|---|---|
| ImageList |