13 years, 11 months ago
Highlights
When you say that the color data consists of values from 0 to 255, do you mean that you have red, green and blue values for each point? In that case you can use glColor3b(red[j]…
13 years, 11 months ago
Hello everyone. Need some direction on 3d point cloud display using openGl in c++ (vs2008). I am brand new to openGl and trying to do a 3d point cloud display with a texture. I…
13 years, 11 months ago