consistency
This commit is contained in:
@ -51,7 +51,7 @@ public:
|
||||
return 1.0f;
|
||||
}
|
||||
|
||||
b3ShapeRayCastSingleOutput hit;
|
||||
b3RayCastSingleShapeOutput hit;
|
||||
};
|
||||
|
||||
class Test : public b3ContactListener
|
||||
|
@ -178,7 +178,7 @@ public:
|
||||
|
||||
void CastRay(const b3Vec3 p1, const b3Vec3 p2) const
|
||||
{
|
||||
b3ShapeRayCastSingleOutput out;
|
||||
b3RayCastSingleShapeOutput out;
|
||||
if (m_world.RayCastSingleShape(&out, p1, p2))
|
||||
{
|
||||
g_draw->DrawSegment(p1, out.point, b3Color_green);
|
||||
|
Reference in New Issue
Block a user