Skip to content

Add named views to export command#1248

Open
alteous wants to merge 1 commit into
mainfrom
named-views
Open

Add named views to export command#1248
alteous wants to merge 1 commit into
mainfrom
named-views

Conversation

@alteous

@alteous alteous commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

No description provided.

pub format: OutputFormat3d,
/// Named viewpoints.
#[builder(default)]
pub views: HashMap<String, CameraViewState>,

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reused CameraViewState for the time being but I'm wondering whether to create a separate data structure instead. In particular, I take issue with the coordinate system being present and fields for perspective projection being mixed with those for an orthographic projection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant