mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
6d8770d60c
commit
5e859746ad
@ -107,7 +107,7 @@ test_intersection_from_sphere(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
@ -149,7 +149,7 @@ test_intersection_from_ray(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
|
@ -281,7 +281,7 @@ test_intersection_from_sphere(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
@ -333,7 +333,7 @@ test_intersection_from_ray(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
@ -383,7 +383,7 @@ test_intersection_from_segment(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
|
@ -113,7 +113,7 @@ test_intersection_from_sphere(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
@ -158,7 +158,7 @@ test_intersection_from_ray(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
@ -204,7 +204,7 @@ test_intersection_from_segment(CollisionHandler *record,
|
||||
if (collide_cat.is_debug()) {
|
||||
collide_cat.debug()
|
||||
<< "intersection detected from " << *entry.get_from_node() << " into "
|
||||
<< *entry.get_into_node() << "\n";
|
||||
<< entry.get_into_node_path() << "\n";
|
||||
}
|
||||
PT(CollisionEntry) new_entry = new CollisionEntry(entry);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user