OpenGL and P3D slow rendering
in
Programming Questions
•
3 years ago
Dear all,
I am a physicist and in my research I am interested in visualize atoms and molecules positions coming out from my simulations. Typically chemists use graphical suits like VMD or XCrysDen based on OpenGL libraries, but I need more freedom so I decided to build my own 3D atoms/molecules visualization tool using Processing.
The problem is that I need to handle up to 5000 atoms (each one represented by a small sphere) and both with P3D and OPENGL the rendering is very slow. Do you know some option I can set to keep the rendering quality low so to speed up the visualization?
Thanks in advance.
Best Regards.
Andrea
I am a physicist and in my research I am interested in visualize atoms and molecules positions coming out from my simulations. Typically chemists use graphical suits like VMD or XCrysDen based on OpenGL libraries, but I need more freedom so I decided to build my own 3D atoms/molecules visualization tool using Processing.
The problem is that I need to handle up to 5000 atoms (each one represented by a small sphere) and both with P3D and OPENGL the rendering is very slow. Do you know some option I can set to keep the rendering quality low so to speed up the visualization?
Thanks in advance.
Best Regards.
Andrea
1