Highlight selected points
In the process, make points round, since the highlighting works better visually that way.
This commit is contained in:
parent
0fbb071506
commit
bbd4ee08b6
5 changed files with 45 additions and 10 deletions
|
@ -239,7 +239,7 @@ impl Element for Point {
|
|||
Point::new(
|
||||
id,
|
||||
format!("Point {id_num}"),
|
||||
[0.875_f32, 0.875_f32, 0.875_f32],
|
||||
[0.75_f32, 0.75_f32, 0.75_f32],
|
||||
point(0.0, 0.0, 0.0)
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue