N
nvinhphu
Hello everyone,
I am writing a simulation program in C++. The data includes a set of
spheres packing in a 3D box. So, I have the coordinates and the radius
of the spheres.
My question is how to visualize them (as colored solid spheres) using
a easy-to-use C++ library? I've heard of freeglut, opengl but could
not find any concrete tutorial to get me on the topic.
I would deeply appreciate your help. Concrete help with illustrated
code segment is more than great.
For the moment, I do not need realtime visualization. I just need to
do: given a set of particles, visualize them so see what they look
like.
Many thanks.
Vinh Phu
I am writing a simulation program in C++. The data includes a set of
spheres packing in a 3D box. So, I have the coordinates and the radius
of the spheres.
My question is how to visualize them (as colored solid spheres) using
a easy-to-use C++ library? I've heard of freeglut, opengl but could
not find any concrete tutorial to get me on the topic.
I would deeply appreciate your help. Concrete help with illustrated
code segment is more than great.
For the moment, I do not need realtime visualization. I just need to
do: given a set of particles, visualize them so see what they look
like.
Many thanks.
Vinh Phu