Hello,
I'm trying to draw a surface plot using opengl. I draw lines of received xyz points. The surface looks wireframe, how can I make it look more solid ?
Thank You!
This is a discussion on 3D Plot within the Game Programming forums, part of the General Programming Boards category; Hello, I'm trying to draw a surface plot using opengl. I draw lines of received xyz points. The surface looks ...
Hello,
I'm trying to draw a surface plot using opengl. I draw lines of received xyz points. The surface looks wireframe, how can I make it look more solid ?
Thank You!
I would guess you would want to draw triangles or quads (or even better, strips thereof) instead of lines.