# RenderPass (Experimental) Renders a scene (list of models) ## Usage Clear the `outputBuffer` ``` new RenderPass(gl) ``` ## Methods ### constructor(gl : WebGLRenderingContext, props : Object) Creates a new `ClearPass` instance ## Properties Inherits properties from `Pass` ### `models` : Array (Default: `[]`) Scenegraph (models) to be rendered