您提供的示例非常复杂,具有几种可构成漫画外观的效果。
但是,如果您可以使外观更简单,则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