Contents

init(bySequencingTechniques:)

Creates a new rendering technique that combines a series of techniques.

Declaration

init?(bySequencingTechniques techniques: [SCNTechnique])

Parameters

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.