Answer the question
In order to leave comments, you need to log in
Why doesn't SharpGL draw a polygon when given a vector?
//Есть массив координат(x1, y1, x2, y2, ...)
float[] data //...;
//Есть код отрисовки
gl.Begin(SharpGL.Enumerations.BeginMode.Polygon);
gl.Vertex(data);
gl.End();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question