mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
setT added
This commit is contained in:
parent
a480d86b62
commit
b172f6ec50
@ -887,6 +887,7 @@ test_intersection_from_parabola(const CollisionEntry &entry) const {
|
|||||||
|
|
||||||
new_entry->set_surface_normal(normal);
|
new_entry->set_surface_normal(normal);
|
||||||
new_entry->set_surface_point(plane_point);
|
new_entry->set_surface_point(plane_point);
|
||||||
|
new_entry->set_t(t);
|
||||||
|
|
||||||
return new_entry;
|
return new_entry;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user