guansss / pixi-live2d-display

A PixiJS plugin to display Live2D models of any kind.
https://guansss.github.io/pixi-live2d-display/
MIT License
870 stars 132 forks source link

PIXI.graphics disappears with the use of some Live2D models #5

Closed yeemachine closed 3 years ago

yeemachine commented 3 years ago

I've been starting to build out more features with pixi-live2D-display, though I'm finding some weird bugs when using PIXI.graphics. It appears that some models, like the one you've provided [Shizuku] is overwriting the render of PIXI.graphics. If I switch it to some other models I have in the linked Pen, graphics render normally. Could this be a conflict with the expression or motion managers?

guansss commented 3 years ago

Fixed, thanks for reporting!