-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Context* - Still some lingering issues with Context::addTubeObject() in which tube creation could fail. *Visualizer* - Added warning in Visualizer::buildContextGeometry() if there is existing Context geometry already in the Visualizer that may have needed to be cleared. - When calling Visualizer::clearGeometry(), the colorbar range was not being reset, which could cause unexpected behavior. - Changed default lighting intensity to be brighter in order to better match the default behavior of 3rd party renderers such as Blender. - Added method Visualizer::setLightIntensityFactor() to allow users to adjust the intensity of the lighting in the scene. *Plant Architecture* - Some updates to bean, cowpea, and apple model parameters and assets. - Changed PlantArchitecture::buildPlantCanopyFromLibrary() to accept an optional argument specifying the germination rate. - Fixed error in which fruit could potentially become disconnected from their peducle over time. - Fixed error that was causing flowers not to open. - Added optional phenological parameter 'max_leaf_lifespan' to allow leaves to die based on age, which is especially important for evergreen plants. - Updates to carbohydrate model. Credit to Ethan Frehner *Photosynthesis* - Error corrected that could cause an incorrect temperature response depending on how model parameters are set. Thanks to Kyle Rizzo for this fix. - Added methods to disable output messages. *Stomatal Conductance* - Added methods to disable output messages. *Canopy Generator* - Error fixed when parsing XML files for strawberry canopies. Thanks to Heesup Yun for the fix. *Radiation* - Error corrected in the camera model related to the field of view and aspect ratio. Thanks to Peng Wei for this fix. Co-authored-by: Heesup Yun <[email protected]> Co-authored-by: Kyle Rizzo <[email protected]> Co-authored-by: Peng Wei <[email protected]> Co-authored-by: Ethan Frehner <[email protected]>
- Loading branch information
1 parent
a607abb
commit eac7abc
Showing
885 changed files
with
53,214 additions
and
46,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! \mainpage Helios Documentation v1.3.22 | ||
/*! \mainpage Helios Documentation v1.3.23 | ||
|
||
<p> <br> </p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.