finscn
finscn
like the image:  The part of the fish is semitransparent , the border is also semitransparent. I think the border's alpha should always be 1.0 .
Example : the center of ShockwaveFilter used uv coord, the x/y is [0.0 , 1.0]. When user want to use it , have to do some transform. I know the...
A picture is worth a thousand words: 
draw outline only, don't draw the content of the original texture.
I found some repos about particles in shader, but they are based on ThreeJS. https://github.com/pwambach/threejs-particle-shader https://github.com/squarefeet/ShaderParticleEngine https://github.com/schteppe/gpu-physics.js (Some of them could support that custom `how to compute the particles` with...
Only `water-huge2` failed . the log says : ``` not ok 18 4464 triangles when expected 4461 ``` I think maybe something is wrong in the test-case.
字体 : 思源宋体. 警告: (如图)  用其他工具 (https://www.npmjs.com/package/fontsubset ) 生成的没有这个问题. 而且其他工具生产的字体 还比 fontmin 生成的小了几KB.
有的运行环境 对字体名称有排他性(缓存). 比如 一个 思源宋体子集版 如果 还是叫思源宋体的话, 后面使用思源宋体完整版时, 还是谁使用子集版. 需要用不同的名字才行. 现在我是用 fontforge 自己改, 很麻烦. 希望该工具自己支持该功能. 谢谢了.
I want to use Oimo.js in a 2D scene. How do it ? Is there an example ? Thanks.
I set the `move: false` , it can't rotate, `move:true` , it can move & can rotate. How to create a body that "can't move but can rotate" ? How...