RenderGraphNodeAttributes

class guerilla.RenderGraphNodeAttributes

Bases: guerilla.RenderGraphNode

Scene graph attributes override

This node overrides scene graph related attributes, such as Opposite, Double Sided, etc.

overrideinheritedattr(plugname, value)

Overrides an attribute by its name, if the plug doesn’t exist, it is created.

Parameters:
  • plugname (str) – The attribute name to override
  • value (any) – The attribute value to override
Returns:

the attribute plug

Return type:

Plug