-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*utilities/create_project.sh script* - syntheticannotation plug-in was missing from this script, which also caused run_samples.sh to fail to run its self-test. *Context* - Added Context::cleanDeletedUUIDs() to delete UUIDs from a vector when the corresponding primitive does not exist. This is useful, for example, to update UUID vectors when deleting some primitives, such as after calling cropDomain(). - Added fix for edge case in getFileExtension() to consider case where the filename starts with a '.' and had no extension. - Performance improvements when adding geometry with textures. Existence of the texture file is now only checked when a new texture is added. - Performance improvements when loading geometry with textures from XML file. The solid fraction is not re-calculated if it was previously written to the XML file being read. *Radiation* - In-place version of RadiationModel::scaleSpectrum() was not actually added in the last commit. - Added a check to make sure that the radiation camera position and 'lookat' coordinates are not the same. - Added a check in RadiationModel::writeNormCameraImage() to throw an error if the camera data does not exist. This check was there for RadiationModel::writeCameraImage(), but was missing in RadiationModel::writeNormCameraImage() which could cause an uncaught error. - Added support for periodic boundary conditions with depth images. - Changed previous version of RadiationModel::writeDepthImage() to RadiationModel::writeDepthImageData() (writes ASCII files with depth image data). - Added new RadiationModel::writeDepthImage(), which writes a JPEG version of (normalized) depth images. - Removed previously deprecated version of RadiationModel::addRadiationCamera(). Use versions that take a CameraProperties struct instead. - Behavior of twosided_flag = 0 was changed for direct sources. Previously, primitives could receive direct radiation from the back side when twosided_flag = 0, but now they cannot. - twosided_flag = 2 was not implemented correctly and was not working in most cases. - Added case for twosided_flag = 3 to make the primitive completely invisible to any radiation. - Added ability to visualize radiation sources by adding their geometry to the Context. See RadiationModel::enableLightModelVisualization(). - Added ability to visualize radiation cameras by adding their geometry to the Context. See RadiationModel::enableCameraModelVisualization().
- Loading branch information
1 parent
7345c95
commit dcc0b5f
Showing
655 changed files
with
24,198 additions
and
22,100 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
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.11 | ||
/*! \mainpage Helios Documentation v1.3.12 | ||
|
||
<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.