(ray: ViewportRay3D)
| 409 | ) |
| 410 | }; |
| 411 | true |
| 412 | }) |
| 413 | .unwrap_or(false); |
| 414 | if changed { |
| 415 | if !sync_selected_preview_field( |
| 416 | ctx, |
| 417 | "position", |
| 418 | &SceneValue::Vec3 { |
| 419 | x: point.x, |
| 420 | y: point.y, |
| 421 | z: point.z, |
| 422 | }, |
| 423 | ) { |
no test coverage detected