Table of Contents

Interface IGLPoint

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

Primitive for GL_POINTS opengl element.

[JsonObject(MemberSerialization.OptIn)]
public interface IGLPoint : IGLPrimitive, IGLVertexManagerObject, INotifyPropertyChanged
Inherited Members
Extension Methods

Properties

Vertex

Vertex of the gl point.

[JsonProperty]
GLVertex Vertex { get; set; }

Property Value

GLVertex