| 312 | } |
| 313 | |
| 314 | bool Forest::castRay( const Point3F &start, const Point3F &end, RayInfo *outInfo ) |
| 315 | { |
| 316 | return castRayBase( start, end, outInfo, false ); |
| 317 | } |
| 318 | |
| 319 | bool Forest::castRayRendered( const Point3F &start, const Point3F &end, RayInfo *outInfo ) |
| 320 | { |
no test coverage detected