Border lines in pbr material

can we do borderlines using PBR material like the below link

https://playground.babylonjs.com/#IIURAR#4

You should be able to do the same by using PBRCustomMaterial.

As @slin said, you can use PBR material by using PBRCustomMaterial and with some minor naming changes in the shader code:

https://playground.babylonjs.com/#IIURAR#9

1 Like