mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
8d7a94389a
I don't already know how the fuck it works, but it is. A bit slow currently, but hope to improve it soon. The current limitations: 1. No constraints. At all. 2. Used simplest CCD algorithm, I just can't believe in jacobian construction from code. 3. Slow to get to target.
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"*.cpp")
|