UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

13 lines (12 loc) 270 B
import {TypedContainer} from "./_Base"; export class PostProcessContainer extends TypedContainer { set_content(content) { super.set_content(content); } render_pass() { return this._content; } object(options = {}) { return this.render_pass(); } }