Skip to content

Commit

Permalink
Add animation motion-matching
Browse files Browse the repository at this point in the history
Improved UI and better matching. Frame choosing behavior working

TODO: Correct the cost and trajectory predictions
  • Loading branch information
Aa20475 authored and fire committed Sep 28, 2019
1 parent e636563 commit 6f88cad
Show file tree
Hide file tree
Showing 9 changed files with 1,331 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/motionmatch/SCsub
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python

Import('env')
Import('env_modules')

env_mm = env_modules.Clone()

# Godot source files
env_mm.add_source_files(env.modules_sources, "*.cpp")
Loading

0 comments on commit 6f88cad

Please sign in to comment.