noih

Results 3 issues of noih

I tested a piece of code on [CodeSandbox](https://codesandbox.io/s/pixi-layer-test-zo3iyq?file=/src/index.js), and I don't understand the following: 1. Why does 'aBunny' disappear when I remove line 37 (cBunny.zOrder = 2)? 2. When I...

I implemented a group method similar to box2d collision filtering that uses only bit operations, ensuring minimal performance impact. The stress demo has also been updated for observing the results....

In a very large or infinite world, using `checkArea()` to limit the detection range is very useful.