Closed jared-hughes closed 3 years ago
In PerspectiveCamera\left(1,2,5\right) (see https://www.desmos.com/calculator/z4fn1drk3n), the first two numbers end up ignored, and 5 is treated as the fov.
PerspectiveCamera\left(1,2,5\right)
5
fov
Expected behavior: give an error because 1 and 2 are not Vector3s.
1
2
Vector3
In
PerspectiveCamera\left(1,2,5\right)
(see https://www.desmos.com/calculator/z4fn1drk3n), the first two numbers end up ignored, and5
is treated as thefov
.Expected behavior: give an error because
1
and2
are notVector3
s.