From: Andrew M. <agm...@gm...> - 2011-10-20 13:53:13
|
Bruce, I'm using vpython for displaying the results of simulations run in c++ -- and it works great! My only issue is that as I get add more and more details (i.e. have more objects in my model, or whatever), the display rate becomes rather slow. Is there, a la OpenGL, parameters I can use to set the detail level of each individual object so as to counteract this slowdown? I.e. draw each cylinder using only 10 polygons instead of whatever the default is? I haven't seen any such parameters when browsing through the documentation. Andrew |