Remove the area outline

How do I remove area contours? Preserve the lines at the area splice

How to achieve edge glow

Hi there,

If you are using Entities, you can disable the polygon outlines by passing the option outline: false.

For the glow effect, you will likely need to create a custom material. Do you have any experience with wringing glsl or shader code?