mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-15 10:16:35 +00:00
whitespace
This commit is contained in:
parent
6164f36c47
commit
bcc5459818
50 changed files with 2111 additions and 2111 deletions
|
|
@ -892,7 +892,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -991,7 +991,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1088,7 +1088,7 @@ bool SceneContainer::_castRay( U32 type, const Point3F& start, const Point3F& en
|
|||
*info = ri;
|
||||
info->point.interpolate(start, end, info->t);
|
||||
currentT = ri.t;
|
||||
info->distance = (start - info->point).len();
|
||||
info->distance = (start - info->point).len();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue