Click or drag to resize

MeshAnalysisShadingOptionWireframe Property

Gets or sets a value indicating whether a mesh should be drawn in wireframe mode.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public virtual bool Wireframe { get; protected set; }

Property Value

Type: Boolean
Remarks

This option is extremly useful for wireframe shaders.

If Wireframe is true - GL.wireframe will be true when observed mesh is drawn.

See Also