Physics3D: Switch from Newton Dynamics to Bullet3
This commit is contained in:
committed by
Jérôme Leclercq
parent
ec1efb5e56
commit
795efae3a0
@@ -8,7 +8,6 @@
|
||||
#include <Nazara/Core/Log.hpp>
|
||||
#include <Nazara/Physics3D/Collider3D.hpp>
|
||||
#include <Nazara/Physics3D/Config.hpp>
|
||||
#include <newton/Newton.h>
|
||||
#include <Nazara/Physics3D/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
@@ -18,10 +17,5 @@ namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
unsigned int Physics3D::GetMemoryUsed()
|
||||
{
|
||||
return NewtonGetMemoryUsed();
|
||||
}
|
||||
|
||||
Physics3D* Physics3D::s_instance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user