forked from StudioInfinity/dyna3
Display: get the assembly from the app state
This commit is contained in:
parent
cd18d594e0
commit
f47be08d98
2 changed files with 16 additions and 21 deletions
|
@ -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])
|
||||
}
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue