chore: update to the latest parry api
This commit is contained in:
committed by
Sébastien Crozet
parent
dbefeb0418
commit
7565e5e4ef
@@ -129,7 +129,7 @@ impl TOIEntry {
|
||||
// .ok();
|
||||
|
||||
let res_toi = query_dispatcher
|
||||
.nonlinear_time_of_impact(
|
||||
.cast_shapes_nonlinear(
|
||||
&motion_c1,
|
||||
co1.shape.as_ref(),
|
||||
&motion_c2,
|
||||
@@ -143,7 +143,7 @@ impl TOIEntry {
|
||||
let toi = res_toi??;
|
||||
|
||||
Some(Self::new(
|
||||
toi.toi,
|
||||
toi.time_of_impact,
|
||||
ch1,
|
||||
co1.parent.map(|p| p.handle),
|
||||
ch2,
|
||||
|
||||
Reference in New Issue
Block a user