-
Notifications
You must be signed in to change notification settings - Fork 72
Task/7 15 25 1515 visit camera mode helper #1596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
emily-howell
merged 24 commits into
develop
from
task/7_15_25-1515-visit-camera-mode-helper
Oct 29, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d79a536
Set up surprise checking for new camera input option
emily-howell e9ed8e0
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell 8ddb69f
Adding a test for the ascent camera format
emily-howell c6cda28
Fetting test passing and adding some rough tests for the visit case a…
emily-howell 8dc4da2
Successfully got something that looks the same in ascent for both cam…
emily-howell 17a6124
Checkpoint with functional positioning and zoom. However, clipping is…
emily-howell 05d5c30
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell dcd5e76
Cleaning up the tests so that they pass. Still have clipping plane issue
emily-howell 00272a3
Adding 2d as valid path for ascent camera definition
emily-howell 3c47319
Adding some infos for the users to help with confusion?
emily-howell d631424
Cleaning up the tests a smidge
emily-howell e80b65b
switching all visit parameter variable names to snake case
emily-howell 9c8fe60
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell 6caff07
Adding documentation about rendering camera parameters
emily-howell ec94407
Making the unsupported visit camera parameters clearer
emily-howell 82e0149
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell 077d4c9
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell 3a9ae24
Trying clearning up the tests to see if that helps?
emily-howell 1dc5d7b
Seeing if modifying the rendering helps?
emily-howell 91afd7c
Using a better pi
emily-howell e93c4f1
Putting my tests back
emily-howell dd893c4
Updating clipping planes in tests
emily-howell 4483305
Merge branch 'develop' of github.com:Alpine-DAV/ascent into task/7_15…
emily-howell 87b12bd
Addressing MR feedback :) (thank you Justin)
emily-howell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -15,6 +15,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s | |
| - [email protected] | ||
| - [email protected] | ||
|
|
||
| ### Added | ||
| - Added ability to define cameras for rendering using visit camera view parameters | ||
|
|
||
| ## [0.9.5] - Released 2025-09-10 | ||
| ### Preferred dependency versions for [email protected] | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+135 KB
...ine_images/t_out_render_3d_ascent_camera_frustum_frustum_front_image_000100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
...line_images/t_out_render_3d_ascent_camera_frustum_frustum_side_image_000100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+135 KB
...line_images/t_out_render_3d_visit_camera_frustum_frustum_front_image_000100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+135 KB
...eline_images/t_out_render_3d_visit_camera_frustum_frustum_side_image_000100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs look great!