layers.test()底层是怎么判断两个对象的图层相同的?
class Layers {
constructor() {
this.mask = 1 | 0;
……
2024-04-12 底层代码 判断图层相同 threejs
class Layers {
constructor() {
this.mask = 1 | 0;
……