You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not define behaviour for partial renders of stage with layers. Like, at all. I don't know what to do in that case, maybe ignore all parentLayer's?
I think as a start just ignoring parentLayer's could work. Ideally you would want the partial render to respect the ordering of the layers in the sub-tree you are rendering though.
Maybe if we can get started by just ignoring parentLayer's for now we can try and try other solutions later?
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 the line:
You will see that the generating of a texture starts working again.
The text was updated successfully, but these errors were encountered: