Makio64

Results 60 issues of Makio64

Hello, I got an error on my windows, Fhis didnt work : `const threeBundleSuffix = path.sep + path.join("node_modules", "three", "build", "three.module.js");` it end up in `node_modules\three\build\three.module.js` but it should be...

There is some security error which can be fixed by updating dependencies see the errors `yarn audit` update dependencies `ncu -u` `yarn install` fix audit `yarn audit fix`

Would be nice to add a `--exclude pattern` argument to exclude for example `.DS_Store` files or folder from the copy/watch

Hello, First of all, thanks for the first part! Then, I want to ask you about the part2 and if you have a way to create object in script (...

### Current Behavior I got an interesting bug while making a reveal effect : I'm drawing into a RenderTexture and I used a sprite base on it as a mask...

👯‍♀️ Needs Reproduction

### Current Behavior When a NineSliceSprite is set as a mask of a Sprite , the mask is ignored. ### Expected Behavior When a NineSliceSprite is set as a mask...

### Current Behavior On v8 it seems `utils.clearTextureCache()` no longer exist I used to import utils like this : `import { Application, Assets, Ticker, utils } from 'pixi.js'` but coudnt...

🙏 Feature Request

Fix errors in jslint & recommended in general.

It would be great to add an example in the README of how to use it in with one basic example. Thanks!

The MeshTransmissionMaterial works exactly like the PhysicalMeshMaterial and all special feature didnt work i try in both threejs `v150` & `v158`, result is the same as you can see on...

bug