aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/gleis
ModeNameSize
-rw-r--r--advtrains_dtrack_shared.xcf75136logplain
d---------before_redo669logplain
d---------infos79logplain
-rw-r--r--licence.txt~0logplain
-rw-r--r--rail_crossings.blend444480logplain
-rw-r--r--rail_moreturnouts.blend468819logplain
-rw-r--r--rail_redo.blend1929280logplain
-rw-r--r--rail_redo_bk_curves.blend791704logplain
-rw-r--r--rail_redo_bk_rswit.blend1567640logplain
-rw-r--r--rail_redo_bk_straight.blend707632logplain
-rw-r--r--rail_redo_bk_swit.blend1189696logplain
d---------texturen70logplain
-rw-r--r--uv_rails_all.png3692logplain
[in] start starting point of the line * @param[in] dir direction and length of the line * @param[out] collision_point first point of the collision * @param[out] collision_normal normal vector at the collision, points * outwards of the surface. If start is in the box, zero vector. * @returns true if a collision point was found */ bool boxLineCollision(const aabb3f &box, const v3f &start, const v3f &dir, v3f *collision_point, v3s16 *collision_normal);