Skip to content

Add animation support#298

Merged
markaren merged 19 commits intodevfrom
animation2
Aug 5, 2025
Merged

Add animation support#298
markaren merged 19 commits intodevfrom
animation2

Conversation

@markaren
Copy link
Owner

@markaren markaren commented Aug 5, 2025

This PR adds basic animation support.

Only position, rotation and scale data from Assimp is considered, so the implementation is not as complex as three.js.
Should be fine for most uses.

Closes #75

markaren and others added 19 commits October 30, 2023 20:58
# Conflicts:
#	examples/animation/CMakeLists.txt
#	examples/animation/simple_skinning.cpp
#	include/threepp/constants.hpp
#	src/CMakeLists.txt
#	src/threepp/math/Quaternion.cpp
# Conflicts:
#	include/threepp/core/Object3D.hpp
# Conflicts:
#	include/threepp/core/Object3D.hpp
#	include/threepp/loaders/AssimpLoader.hpp
#	src/CMakeLists.txt
#	src/threepp/math/Quaternion.cpp
# Conflicts:
#	src/threepp/animation/PropertyBinding.cpp
@markaren markaren changed the base branch from master to dev August 5, 2025 11:12
@markaren markaren merged commit b813ba3 into dev Aug 5, 2025
6 checks passed
@markaren markaren deleted the animation2 branch August 5, 2025 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Animation support

1 participant