| 1753 | } |
| 1754 | |
| 1755 | const std::string Mesh::getMeshFilePath(void) const |
| 1756 | { |
| 1757 | return _meshPath; |
| 1758 | } |
| 1759 | |
| 1760 | void Mesh::getBoundingSphere(Vector3f& outCenter, float& outRadius, bool referencedOnly, bool usePCcenter) const |
| 1761 | { |
nothing calls this directly
no outgoing calls
no test coverage detected