| 94 | } |
| 95 | |
| 96 | bool Model::HasAnyLODInitialized() const |
| 97 | { |
| 98 | return LODs.HasItems() && LODs.Last().HasAnyMeshInitialized(); |
| 99 | } |
| 100 | |
| 101 | bool Model::Intersects(const Ray& ray, const Matrix& world, Real& distance, Vector3& normal, Mesh** mesh, int32 lodIndex) |
| 102 | { |
nothing calls this directly
no test coverage detected