Z.Blend

enum Blend { "inherit", "default", "additive" }

The blend mode for materials and objects. During rendering, objects are drawn onto the screen on top of those that have already been drawn. Z.Blend indicates how the final pixel values for an object depend on the object itself and the pixels beneath it.

Member List

Member Description
inherit Use the parent node's blend type.
default Final pixels are an average of those beneath and the object pixels, weighted by the object pixel transparency.
additive Object pixels are added to those beneath it.
zapcode branded_zapcode i