Table of Contents

Delegate ModelViewInvalidated

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

Use for ViewInvalidated event emitted when a vertex of the model change.

public delegate void ModelViewInvalidated(GLModel model)

Parameters

model GLModel

GL model reference.