Skip to content
Snippets Groups Projects
Commit d75e9299 authored by y.zobus's avatar y.zobus
Browse files

Merge branch 'main' of git.gsi.de:phelix/rust/opossum

parents fd2fb7b1 4b093224
No related branches found
No related tags found
No related merge requests found
Pipeline #13782 passed
......@@ -31,7 +31,7 @@ fn main() -> OpmResult<()> {
let i_m2 = scenery.add_node(
&ThinMirror::new("mirror 2")
.with_curvature(millimeter!(-100.0))?
.with_tilt(degree!(22.5, 0.0, 0.0))?,
.with_tilt(degree!(-22.5, 0.0, 0.0))?,
)?;
let i_prop_vis = scenery.add_node(&RayPropagationVisualizer::default())?;
let i_sd = scenery.add_node(&SpotDiagram::default())?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment