All Questions
Tagged with unity-shader-graph fragment-shader
1 question
1
vote
1
answer
461
views
Unity shader to give thickness to flat plane
I have this hexagonal grate floor:
Which is a flat plane with the following shader:
The hex lattice created using the method by Andrew Hung. Albedo and metallic/smoothness shader are just simple ...