How to add xyz points dynamically to generate a 3d graph?
Daemon1992 opened this issue · 0 comments
Daemon1992 commented
Hello, I have a need as follows:
- Draw a three-dimensional coordinate system, and can achieve the zoom function.
- Other modules constantly send me 3D coordinate points, which I need to draw on the coordinate system.
- How should I deal with these massive data. Are they all in VBO?
Can you give me some ideas or examples?
Thank you very much.