Hello community!
I’m using Spline recently to do some 3d effects and I found out that the website is implemented using three js.
This is awesome.
I’m particularly curious about the layer-based material approach in it. Some thing like this,
what do I need to do to add the effect of other materials to the existing materials, such as standardMaterial plus matcap or Fresnel.
Does anyone know how to implement this concept with three js?