Mickey

Results 3 issues of Mickey

Fix "getAttribute() is undefined" error in the demo. The demo seemed to be broken because the `getAttribute` is missing `THREE.Geometry`. So i replace the THREE.Geometry with `THREE.BufferGeometry` and the demo...

My Macbook is M1 chip. When trying to run: ``` make -j20 ``` I encountered the issue: ``` ld: symbol(s) not found for architecture arm64 clang: error: linker command failed...

Related to: https://github.com/pixijs/pixijs/issues/11296 https://github.com/pixijs/pixijs/issues/1361 [ ##### Description of change Correction of the Multiply Blend Mode Formulat ##### Pre-Merge Checklist - [x] Tests and/or benchmarks are included - [x] Documentation is...