1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-02 00:05:26 +01:00
Files
luanti/src/client
Lars Mueller 612db5b2ca Fix handling of skinned meshes for nodes
- Rigidly animated models (e.g. the gltf frog node) were not working correctly,
  since cloning the mesh ignored the transformation matrices.
  Note that scaling the mesh needs to occur *after* transforming the vertices.
- Visual scale did not apply to skinned models,
  as resetting the animation overwrote scaled vertex data with static positions & normals.
  For backwards compatibility, we only apply a 10x scale to static (.obj) models.
2025-05-14 22:28:33 +02:00
..
2025-04-08 22:24:37 +02:00
2025-03-04 19:53:01 +01:00
2025-03-04 19:53:01 +01:00
2025-01-21 16:29:12 +01:00
2025-03-04 19:53:01 +01:00
2025-03-21 12:07:51 +01:00
2025-03-30 18:16:20 +02:00
2024-11-12 10:52:46 +01:00
2025-04-08 22:24:37 +02:00
2025-04-20 20:49:10 +02:00
2025-03-04 19:53:01 +01:00
2025-04-21 12:32:29 +02:00
2025-01-12 14:49:25 +01:00
2025-04-04 18:47:11 +02:00