Removed assert for perspective with zFar < zNear #298
This commit is contained in:
@@ -218,7 +218,6 @@ namespace glm
|
||||
)
|
||||
{
|
||||
assert(abs(aspect - std::numeric_limits<T>::epsilon()) > static_cast<T>(0));
|
||||
assert(zFar > zNear);
|
||||
|
||||
T const tanHalfFovy = tan(fovy / static_cast<T>(2));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user