| 317 | } |
| 318 | |
| 319 | bool Forest::castRayRendered( const Point3F &start, const Point3F &end, RayInfo *outInfo ) |
| 320 | { |
| 321 | return castRayBase( start, end, outInfo, true ); |
| 322 | } |
| 323 | |
| 324 | bool Forest::castRayBase( const Point3F &start, const Point3F &end, RayInfo *outInfo, bool rendered ) |
| 325 | { |
no outgoing calls
no test coverage detected