Skip to main content

WebGL API

NovoRender.OutlineParams

Outline rendering post effect.

Remarks

This post effects helps visualize faces that are perpendicular to the view plane as lines. Normally such faces would not be visible, which is especially a problem when using orthographic camera projection. This effect effectively re-renders the entire scene, so you may only want to run it after the view stops changing.

Properties​

color​

• Optional Readonly color: ReadonlyVec4

Outline color, or original color if undefined.


kind​

• Readonly kind: "outline"

Post effect kind/discriminator.