Renamed ComputeVerticesAABB function to ComputeAABB
Former-commit-id: 5e8381f8d09f583f6ef9b2919b082f3418644bce
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <Nazara/Utility/Debug.hpp>
|
||||
|
||||
template<typename T>
|
||||
NzBoxf NzComputeVerticesAABB(const T* vertices, unsigned int vertexCount)
|
||||
NzBoxf NzComputeAABB(const T* vertices, unsigned int vertexCount)
|
||||
{
|
||||
NzBoxf aabb;
|
||||
if (vertexCount > 0)
|
||||
|
||||
Reference in New Issue
Block a user