使用three.js实时漫画着色器(cel着色)

Cor*_*rax 10 three.js

我怎样才能达到类似效果(cel着色,漫画书)和three.js这样的例子?

有任何课程或示例代码吗?

示例 http://demonraid.com/wolvie2/

Hol*_*r L 6

您提供的示例非常复杂,具有几种可构成漫画外观的效果。

但是,如果您可以使外观更简单,则Three.js提供了现成的cel着色器,可以将其与轮廓效果结合使用:https ://threejs.org/examples/#webgl_materials_variations_toon

该材料记录在这里:https : //threejs.org/docs/#api/materials/MeshToonMaterial

轮廓效果在这里:https : //github.com/mrdoob/three.js/blob/master/examples/js/effects/OutlineEffect.js