godot/scene
John Wigg d484e30247
Fix y billboard shear when rotating camera
Fixes shear effect with `BILLBOARD_FIXED_Y` when the camera is rotated around the z-axis by rotating the mesh correctly into view space.

Also removes shearing effects that occur when rotating the mesh by excluding the model rotation and scale from the billboard matrix.

(cherry picked from commit d3850a0954)
2021-09-21 20:33:11 +02:00
..
2d Prevent shaders from generating code before the constructor finishes. 2021-09-21 11:47:51 +01:00
3d Merge pull request #52591 from timothyqiu/error-macros 2021-09-21 10:38:34 +02:00
animation Fixed Animation Playback Track not seeking properly 2021-09-21 17:15:00 +02:00
audio Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
debugger Promote object validity checks to release builds 2021-09-21 10:39:04 +02:00
gui Added increment_pressed and decrement_pressed icons to scrollbars 2021-09-21 17:14:59 +02:00
main Merge pull request #52591 from timothyqiu/error-macros 2021-09-21 10:38:34 +02:00
resources Fix y billboard shear when rotating camera 2021-09-21 20:33:11 +02:00
register_scene_types.cpp Sphere occluders (portals and general use) 2021-08-17 09:02:06 +01:00
register_scene_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scene_string_names.cpp Display a editor gizmo icon for Listener 2021-09-16 23:37:12 +02:00
scene_string_names.h Display a editor gizmo icon for Listener 2021-09-16 23:37:12 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00