Added Collision Tags #233

Merged
direnbharwani merged 10 commits from SP3-2-Physics into main 2022-11-20 22:40:53 +08:00
2 changed files with 0 additions and 7 deletions
Showing only changes of commit d4ad60ea79 - Show all commits

View File

@ -86,12 +86,6 @@ namespace SHADE
worldState.UpdateSettings();
}
void SHPhysicsSystem::SetCollisionTagFile(const std::filesystem::path& tagNamesFilePath) noexcept
{
SHCollisionTagMatrix::UpdateTagNamesFromFile(tagNamesFilePath);
}
/*-----------------------------------------------------------------------------------*/
/* Public Function Member Definitions */
/*-----------------------------------------------------------------------------------*/

View File

@ -69,7 +69,6 @@ namespace SHADE
void SetFixedUpdateRate (double fixedUpdateRate) noexcept;
void SetWorldSettings (const SHPhysicsWorldState::WorldSettings& settings) noexcept;
void SetCollisionTagFile (const std::filesystem::path& tagNamesFilePath) noexcept;
/*---------------------------------------------------------------------------------*/
/* Function Members */