Skip to content
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

[tracking] More configurable view properties #6826

Open
Wumpf opened this issue Jul 9, 2024 · 1 comment
Open

[tracking] More configurable view properties #6826

Wumpf opened this issue Jul 9, 2024 · 1 comment
Labels
🟦 blueprint The data that defines our UI 🎄 tracking issue issue that tracks a bunch of subissues

Comments

@Wumpf
Copy link
Member

Wumpf commented Jul 9, 2024

3D View

2D View

Plotting (BarChar + TimeSeriesView):

Log:

Timeline & its entity tree

@Parskatt
Copy link

Want to bump specifically selecting EyeMode a'la

if let Some(eye) = &mut self.state_3d.view_eye {
ui.selectable_toggle(|ui| {
let mut mode = eye.mode();
ui.selectable_value(&mut mode, EyeMode::FirstPerson, "First Person");
ui.selectable_value(&mut mode, EyeMode::Orbital, "Orbital");
blueprintly. I basically always want the first person viewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟦 blueprint The data that defines our UI 🎄 tracking issue issue that tracks a bunch of subissues
Projects
None yet
Development

No branches or pull requests

2 participants