Class: Output

Module#Output(renderer, source)

new Output(renderer, source)

The output node is the mandatory last node of the mixer, it passes it's content directly to the @GlRenderer

The output node is the mandatory last node of the mixer, it passes it's content directly to the GlRenderer

Parameters:
Name Type Description
renderer GlRenderer

a reference to the GLrenderer

source Source

any valid source node

Implements:
Author:
  • Sense Studios
Source:
Example
let myChain = new output( renderer, source );
 renderer.init()
 renderer.render()