add support for deformable vs. deformable contact

This commit is contained in:
Xuchen Han
2019-09-16 16:03:36 -07:00
parent 403eb62dfa
commit 1bfb226be8
12 changed files with 426 additions and 76 deletions

View File

@@ -0,0 +1,8 @@
//
// DeformableContact.cpp
// App_BulletExampleBrowser
//
// Created by Xuchen Han on 9/16/19.
//
#include "DeformableContact.hpp"

View File

@@ -0,0 +1,13 @@
//
// DeformableContact.hpp
// App_BulletExampleBrowser
//
// Created by Xuchen Han on 9/16/19.
//
#ifndef DeformableContact_hpp
#define DeformableContact_hpp
#include <stdio.h>
#endif /* DeformableContact_hpp */