mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Small Fixes
-=-=-=-=-=- -Bug in navmesh demo fixed -Bug in variant -Better Collada Exporter supports proper names of exported shapekeys
This commit is contained in:
parent
9df8d5f616
commit
6851f9bfae
5 changed files with 290 additions and 27 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue