Delegate ComputeTriangleNormalDelegate
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Compute normal function delegate.
public delegate Vector3 ComputeTriangleNormalDelegate(IGLTriangle triangle, IGLVertex vertex)
Parameters
triangle
IGLTriangleTriangle primitive which to compute normal.
vertex
IGLVertexTriangle vertex which to compute normal.
Returns
- Vector3
Vector that represents the normal of the vertex of the triangle.