eradiate.kernel.SearchSceneParameter¶
- class eradiate.kernel.SearchSceneParameter(node_type, node_id, parameter_relpath)[source]¶
Bases:
objectThis class defines a scene parameter search protocol applied during the Mitsuba scene tree traversal.
Instances are callables which take, as argument, the current node during a Mitsuba scene tree traversal and, optionally, its path in the Mitsuba scene tree. If the lookup succeeds, the full parameter path is returned.
- Parameters:
- Fields:
See also