Method BakeDiffuseMap
BakeDiffuseMap(uint, bool, ColorAlpha?)
Diffuse map baking
Declaration
[HandleProcessCorruptedStateExceptions]
public ImageList BakeDiffuseMap(uint sessionId, bool withTransparency = false, ColorAlpha? defaultColor = null)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | sessionId | Baking session Id |
| bool | withTransparency | If true, surface transparency is stored in the alpha channel |
| ColorAlpha? | defaultColor | Color used for filling unbaked texels |
Returns
| Type | Description |
|---|---|
| ImageList |