Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
attach(container) {
container.addChild(this.pointer);
container.addChild(this.tintMap);
container.addChild(this.highlight);
container.filters = [new AdvancedBloomFilter({threshold: 0, brightness: 1.0})];
container.filterArea = new PIXI.Rectangle(0, 0, this.renderer.width, this.renderer.height);
this.container = container;
}