]> git.lizzy.rs Git - irrlicht.git/commit
Fix updating of vertex normals for animated meshes (#77)
authorx2048 <codeforsmile@gmail.com>
Tue, 16 Nov 2021 11:30:31 +0000 (12:30 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 11:30:31 +0000 (12:30 +0100)
commit39cad3e6180b25318b215182f931dff9a378ed67
treede7e6bb40ee62bff73f2f803a6f410993f91291f
parent81bae5b717a79fc2b05a09f760afc7b44da98487
Fix updating of vertex normals for animated meshes (#77)

Updates cached positions and normals of animated vertices
from the mesh. Useful when using meshManipulator to update
the normals.
include/ISkinnedMesh.h
source/Irrlicht/CMeshManipulator.cpp
source/Irrlicht/CSkinnedMesh.cpp
source/Irrlicht/CSkinnedMesh.h