PlantSimulationLab / Helios

The Helios simulation system is a versatile modeling framework that handles tasks such as managing geometry and associated data structures through a C++ API. Plug-ins build off of the Helios core engine, and access the geometry and data via the Helios context. The sytem comes with a visualization plug-in that can produce stunning renderings of model geometry and data with relatively little effort.
http://baileylab.ucdavis.edu/software/helios
GNU General Public License v2.0
61 stars 27 forks source link

Plot Update doesn't work without a sleep/delay #2

Closed Shivin302 closed 3 years ago

Shivin302 commented 5 years ago

I am using the visualizer with the Weber-Penn Tree Model Given the following: ... Add trees to context ... vis.buildContextGeometry(&context); vis.PlotUpdate(); vis.printWindow(filename);

The printwindow function does not work unless I put a sleep between the plot update and the print window