Which coordinate does GL line use?
GL.Vertex3(x,y,z);
Is (x,y,z) a world position? A viewport position? Or a screen position? Or neither?
In OpenGL this matches glVertex3f(x,y,z); on other graphics APIs the same functionality is emulated.
Comment
Your answer
Follow this Question
Related Questions
Rotate gameObject by applying rotation matrix in unity3d 0 Answers
User drawing game in unity (2d) 0 Answers
Polygon rasterization in Unity 1 Answer
Drawing, Writing on screen. 0 Answers
How to make a drawing look better? 1 Answer