forked from StudioInfinity/dyna3
Interpolate sphere ID and label, as intended
Thanks, Clippy!
This commit is contained in:
parent
25f446499b
commit
ca9de34427
1 changed files with 2 additions and 2 deletions
|
@ -535,8 +535,8 @@ mod tests {
|
|||
let subjects = [0, 1].map(|k| {
|
||||
elts.insert(
|
||||
Element::new(
|
||||
"sphere{k}".to_string(),
|
||||
"Sphere {k}".to_string(),
|
||||
format!("sphere{k}"),
|
||||
format!("Sphere {k}"),
|
||||
[1.0_f32, 1.0_f32, 1.0_f32],
|
||||
engine::sphere(0.0, 0.0, 0.0, 1.0)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue