godot/drivers/gles_common
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
..
batch_diagnose.inc Batching - separate single item from large fvf logic 2021-03-17 15:38:21 +00:00
rasterizer_array.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_asserts.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rasterizer_canvas_batcher.h Fix 2d software skinning relative transforms 2021-05-03 14:11:41 +01:00
rasterizer_storage_common.h GLES - fix some sanitizer warnings 2021-02-18 15:45:38 +00:00
SCsub Unified GLES2 / GLES3 Batching 2020-10-16 10:34:47 +01:00