Table of Contents

Delegate FigureInvalidatedDelegate

Namespace
SearchAThing.OpenGL.Core
Assembly
netcore-opengl-core.dll

Delegate for FigureInvalidated.
This event is managed internally by the GLModel and signal that a model figure changed some of its vertex propertties.

public delegate void FigureInvalidatedDelegate(IGLFigure figure)

Parameters

figure IGLFigure

GL figure invalidated.