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
GLModelGL model reference.