mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 06:30:05 +00:00
7aba1f9e8a
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
|