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

Minor bugs in SyntheticAnnotation plugin #33

Closed heesup closed 1 year ago

heesup commented 1 year ago

Hi, I found some minor bugs when I was using the SyntheticAnnotation

  1. Fixed include_directories in SyntheticAnnotation CMakeLists.txt It sometimes couldn't find the header files, so I added the relative paths

  2. Fixed SyntheticAnnotation::setCameraPosition does not use the input variable SyntheticAnnotation annotation(&context); annotation.setCameraPosition does not work because the input variables are not used.

bnbailey-psl commented 1 year ago

Incorporated into v1.3.1