Home > Software engineering >  OpenGL graphic space perspective drawing, please help, online, etc...
OpenGL graphic space perspective drawing, please help, online, etc...

Time:02-28

The problem of OpenGL, as follows:
6 group number is below 18 space point coordinates, each group has three coordinates, respectively is the left (x, y, z), the (x, y, z), right (x, y, z)
Format for: LX, LY, LZ, MX, MY, MZ, RX and RY, RZ

26753.515, 19322.791, 34.595, 26740.202, 19329.701, 34.295, 26726.889, 19336.612, 33.995
26755.835, 19327.277, 34.599, 26742.498, 19334.143, 34.299, 26729.162, 19341.009, 33.999
26758.139, 19331.771, 34.603, 26744.780, 19338.592, 34.303, 26731.420, 19345.414, 34.003
26760.428, 19336.272, 34.607, 26747.046, 19343.049, 34.307, 26733.664, 19349.826, 34.007
26762.702, 19340.781, 34.611, 26749.298, 19347.514, 34.311, 26735.893, 19354.246, 34.011
26764.961, 19345.298, 34.615, 26751.534, 19351.985, 34.315, 26738.108, 19358.673, 34.015

I'd like to put this 18 points in the OpenGL together, make it has a sense of perspective graphics, how should do?
Bosses help please, if it's convenient, please give the sample code,