In the btBlockSolver we are experimenting with, we have SI for both multibody and rigid body. I'm currently replacing rigid body SI solver with two smaller SI solvers. The two examples provided by RigidBodyBoxes.h should have the same behavior.
8 lines
196 B
C++
8 lines
196 B
C++
|
|
#ifndef BLOCK_SOLVER_EXAMPLE_H
|
|
#define BLOCK_SOLVER_EXAMPLE_H
|
|
|
|
class CommonExampleInterface* BlockSolverExampleCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //BLOCK_SOLVER_EXAMPLE_H
|