Update vertex_animation_notes.md

This commit is contained in:
Spencer Killen 2022-11-26 20:37:56 -07:00 committed by GitHub
parent 23f2343941
commit 42196519ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ Code reproduced below for archival purposes
- Create new object with same mesh and empty modifier stack and add a mesh cache modifier to load exported file.
- This method is better
- https://github.com/yanorax/Godot-VertexAnimation-Demo
- But it would need to be extended to support a mesh cache modifier. (Should be possible given following code
```
# MIT LICENSE