godot/drivers/gles2
lawnjelly f33e22001f Fix 2d software skinning relative transforms
All my earlier test cases for software skinning had the polys parent transform to be identity. This works fine until you had cases where the user had moved the transform of the parent nodes of skinned polys.

This PR fixes this situation by taking into account the final (concatenated) transform of the polys RELATIVE to the skeleton base transform. It does this by applying the inverse skeleton base transform to the poly final transform.
2021-05-03 14:11:41 +01:00
..
shaders Make ensure_correct_normals working on GLES2 2021-04-01 16:33:35 +09:00
rasterizer_canvas_base_gles2.cpp Add buffer orphan / stream options 2021-04-14 12:08:32 +01:00
rasterizer_canvas_base_gles2.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_canvas_gles2.cpp Fix 2d software skinning relative transforms 2021-05-03 14:11:41 +01:00
rasterizer_canvas_gles2.h Batching - store parent items in default batches 2021-04-12 16:55:59 +01:00
rasterizer_gles2.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_gles2.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_scene_gles2.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
rasterizer_scene_gles2.h GLES2 fix for consistent light ordering with BVH 2021-02-24 17:25:28 +00:00
rasterizer_storage_gles2.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
rasterizer_storage_gles2.h Merge pull request #41471 from Calinou/giprobe-deprecate-compress-3.2 2021-04-28 12:01:55 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_compiler_gles2.cpp Make ensure_correct_normals working on GLES2 2021-04-01 16:33:35 +09:00
shader_compiler_gles2.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
shader_gles2.cpp [GLES2] Fix binding 3D Transforms to mat4 uniforms 2021-02-03 17:36:21 -06:00
shader_gles2.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00