forked from StudioInfinity/dyna3
App: add element selection
This commit is contained in:
parent
93190e99da
commit
a60624884a
5 changed files with 41 additions and 7 deletions
|
@ -7,6 +7,10 @@ pub struct Element {
|
|||
pub label: String,
|
||||
pub color: [f32; 3],
|
||||
pub rep: DVector<f64>,
|
||||
|
||||
/* TO DO */
|
||||
// does this belong in the element data?
|
||||
pub selected: Signal<bool>
|
||||
}
|
||||
|
||||
// a complete, view-independent description of an assembly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue