Highlight selected points

In the process, make points round, since the highlighting works better
visually that way.
This commit is contained in:
Aaron Fenyes 2025-04-27 22:23:41 -07:00
parent 0fbb071506
commit bbd4ee08b6
5 changed files with 45 additions and 10 deletions

View file

@ -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)
)
}