Create dashed meshes

Hello!

You can use GreasedLinePluginMaterial not just on GreasedLine but on any mesh to have dashing capabilities:

The hard part here is to calculate the counters array for more complex meshes :stuck_out_tongue:
Supports any property of the material you use as the base material so for examle backFaceCulling works as well.

:vulcan_salute:

2 Likes

Nice, thanks for sharing

1 Like