| 341 | } |
| 342 | |
| 343 | bool Camera::IntersectsItselfEditor(const Ray& ray, Real& distance) |
| 344 | { |
| 345 | return _previewModelBox.Intersects(ray, distance); |
| 346 | } |
| 347 | |
| 348 | bool Camera::HasContentLoaded() const |
| 349 | { |
nothing calls this directly
no test coverage detected