-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
27 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
# Changes | ||
|
||
- Major shader and VULKAN reworks for: | ||
- More stability and readability | ||
- Adding Snapshot system to save all ray paths | ||
- Plotting rework | ||
- Adding a new plotting system | ||
- Adding footprints for all objects | ||
- Plotting now uses python script, which can be run from command line without RAY-X | ||
- MultiRZP script now produces correct rml files | ||
- takes in file with a single RZP, number of rzps and angle | ||
- Beamline elements: | ||
- Slit now has a colliding surface (infinite) | ||
- Lightsources now correctly apply their position and direction | ||
- CLI | ||
- random seed can now be set | ||
- Build | ||
- Can now be built without VULKAN | ||
- Bugfixing and stability improvements | ||
- Fixed some bugs with METRIX beamline | ||
- API | ||
- Added PushConstant support to VulkanEngine | ||
- Cutouts and curvatures are now modular and any one can be added to any object | ||
- Documentation | ||
- Some general documentation improvements | ||
- Improved Windows stability | ||
- General bufixes and improvements |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changes | ||
|
||
- Major shader and VULKAN reworks for: | ||
- More stability and readability | ||
- Adding Snapshot system to save all ray paths | ||
- Plotting rework | ||
- Adding a new plotting system | ||
- Adding footprints for all objects | ||
- Plotting now uses python script, which can be run from command line without RAY-X | ||
- MultiRZP script now produces correct rml files | ||
- takes in file with a single RZP, number of rzps and angle | ||
- Beamline elements: | ||
- Slit now has a colliding surface (infinite) | ||
- Lightsources now correctly apply their position and direction | ||
- CLI | ||
- random seed can now be set | ||
- Build | ||
- Can now be built without VULKAN | ||
- Bugfixing and stability improvements | ||
- Fixed some bugs with METRIX beamline |