-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Camera: add parameter to allow text centering * Camera: Improve offset calculation using spatial X value * Camera: move message center logic to update function * Add: sampleRayGridTraversal function * Fix: grid traversal out of bounds error * RAIVolume: fix grid traversal by setting voxel sizes to 1 * SamplingExamples: update diagrams and diagram readability * Change sampling log to debug * DefaultSpatial: add optional argument to ignore children in AABB intersection * RAIVolumeSamplingExample: fix diagram display, use sampleRayGridTraversal * RAIVolume: potentially fix sampling over/underflows * Fix: sampleRay and sampleRayGridTraversal both correctly sample anisotropy now * RAIVolumeSamplingExample: change used sampling method back to original ray sampling * BufferedVolume: fix sampleRay functionality, fix sampling beyond limit issue * VolumeSamplingExample: change info to debug logs, move diagram lower for better visibility * RAIVolume: clamp UV space in sample() to prevent index out of range errors * RAIVolume: simplify bounding box scaling calculation * RAIVolume: better handle getVoxelScale() case of null dimensions * RAIVolume: remove duplicate try-catch clause * OrientedBoundingBox: add isInside method to check if a point lies inside the bounding box * RAIVolume: fix typo in docs
- Loading branch information
Showing
8 changed files
with
238 additions
and
61 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
Oops, something went wrong.