Added assets in perspective

master
Christophe Riccio ago%!(EXTRA string=12 years)
parent 74d1f84e32
commit c1e150e6ec
  1. 4
      glm/gtc/matrix_transform.inl

@ -268,6 +268,10 @@ namespace glm
valType const & zFar
)
{
assert(width > valType(0));
assert(height > valType(0));
assert(fov > valType(0));
#ifdef GLM_FORCE_RADIANS
valType rad = fov;
#else

Loading…
Cancel
Save