beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

WireframeMaterial Op

Ops.Gl.Shader.WireframeMaterial


WireframeMaterial
Collections:Material  
Namespace: Ops.Gl.Shader

Op author: pandur

Test Patches: 2 Tests

Renders following meshes as wireframes


This op doesn't work yet on mobile devices.



Inputs

render (Trigger)
enable depth testing (boolean /Number)
fill (boolean /Number)

If set, background will be drawn (currently the color cannot be chosen).

width (Number)

Line thickness

opacity (Number)

Opacity, used for stroke and fill. 0 = invisible, 1 = fully visible

diffuse r (Number)
diffuse g (Number)
diffuse b (Number)
Fill R (Number)
Fill G (Number)
Fill B (Number)

Outputs

trigger (Trigger)

Executes the next op

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

wireframes

Open Example In Editor

Patches using WireframeMaterial

Changelog


code cleanup - ports
2019-05-28 - andro