Display: get the assembly from the app state

This commit is contained in:
Aaron Fenyes 2024-09-15 11:31:22 -07:00
parent cd18d594e0
commit f47be08d98
2 changed files with 16 additions and 21 deletions

View file

@ -36,7 +36,7 @@ fn main() {
id: String::from("central"),
label: String::from("Central"),
color: [0.75_f32, 0.75_f32, 0.75_f32],
rep: DVector::<f64>::from_column_slice(&[0.0, 0.0, 0.0, 0.25, 1.0])
rep: DVector::<f64>::from_column_slice(&[0.0, 0.0, 0.0, 0.4, -0.625])
}
])
}