Added Collision Tags #233
|
@ -86,12 +86,6 @@ namespace SHADE
|
||||||
worldState.UpdateSettings();
|
worldState.UpdateSettings();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SHPhysicsSystem::SetCollisionTagFile(const std::filesystem::path& tagNamesFilePath) noexcept
|
|
||||||
{
|
|
||||||
SHCollisionTagMatrix::UpdateTagNamesFromFile(tagNamesFilePath);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
/* Public Function Member Definitions */
|
/* Public Function Member Definitions */
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
|
|
|
@ -69,7 +69,6 @@ namespace SHADE
|
||||||
|
|
||||||
void SetFixedUpdateRate (double fixedUpdateRate) noexcept;
|
void SetFixedUpdateRate (double fixedUpdateRate) noexcept;
|
||||||
void SetWorldSettings (const SHPhysicsWorldState::WorldSettings& settings) noexcept;
|
void SetWorldSettings (const SHPhysicsWorldState::WorldSettings& settings) noexcept;
|
||||||
void SetCollisionTagFile (const std::filesystem::path& tagNamesFilePath) noexcept;
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------------*/
|
||||||
/* Function Members */
|
/* Function Members */
|
||||||
|
|
Loading…
Reference in New Issue