MCPcopy Create free account
hub / github.com/city-super/Octree-GS / getMeshFilePath

Method getMeshFilePath

SIBR_viewers/src/core/graphics/Mesh.cpp:1755–1758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected