init(bySequencingTechniques:)
Creates a new rendering technique that combines a series of techniques.
Declaration
init?(bySequencingTechniques techniques: [SCNTechnique])Parameters
- techniques:
An array of Scntechnique objects.
Return Value
A new technique object.
Discussion
The new technique applies the effects of the techniques in the order specified in the techniques array. Each output of a technique in the array becomes an input to the next technique in the array.