Small Fixes

-=-=-=-=-=-

-Bug in navmesh demo fixed
-Bug in variant
-Better Collada Exporter supports proper names of exported shapekeys
This commit is contained in:
Juan Linietsky 2014-12-08 15:47:45 -03:00
parent 9df8d5f616
commit 6851f9bfae
5 changed files with 290 additions and 27 deletions

View file

@ -529,6 +529,8 @@ Vector3 Camera::project_ray_origin(const Point2& p_pos) const {
}
Vector3 ray;
ray.x = pos.x * (hsize) - hsize/2;
ray.y = (1.0 - pos.y) * (vsize) - vsize/2;