layers icon indicating copy to clipboard operation
layers copied to clipboard

Separate the z-hierarchy of your scene tree from its canonical structure.

Results 48 layers issues
Sort by recently updated
recently updated
newest added

Hello there, both... **require('pixi-layers)** ...and... **import {Stage, Layer} from 'pixi-layers', or import * as Layers from 'pixi-layers'** ...fails. ```Uncaught ReferenceError: PIXI is not defined``` I did import PIXI before the...

i m new to canvas, pixi, gsap, pixi-particles and now this pixi-layers. so pardon me for this noob que, i tried to open light example, but it seems to be...

I have already searched on the Pixi.js forums and guidelines, but found nothing. Is there a way to get the only displayed sprites? I have to load a lot of...

import * as PIXI from 'pixi.js'; import 'pixi-layers'; doesn't work, tried a lot of other variations also but to no avail. Please advise how we can import it with Angular...

I'm trying to use this addon, but I'm getting errors like this one: `DisplayGroup is not a constructor` when I try to import from `pixi-display`. How can I use it...

I ran into the situation where a masked parent container with children containers containing multiple layers was sending pointer events to children outside of one of the masked parents. E.g....

Hi, I tried to put pixi-layers in a viewport (with pixi-viewport). I have achivied a render but interactions are not working... - when panning -> light move (it's supposed to...

When you put a container into a layer from pixi-layers, renderer.generateTexture no longer works to create a texture from a container. Check out this example: https://www.pixiplayground.com/#/edit/0VYy5repkmlke0oaUvA2v If you comment out...

Hello. With using `pixi-layers` events `pointerover`/`mouseover` stopped working Example with `pixi-layers`: https://jsfiddle.net/7a2spnxu/4/ (not working) Example without `pixi-layers`: https://jsfiddle.net/7a2spnxu/5/ (working) Can this problem be solved?