去掉obi,使用自写绳索
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#if (OBI_BURST && OBI_MATHEMATICS && OBI_COLLECTIONS)
|
||||
namespace Obi
|
||||
{
|
||||
public interface IConstraintProvider
|
||||
{
|
||||
int GetConstraintCount();
|
||||
int GetParticleCount(int constraintIndex);
|
||||
int GetParticle(int constraintIndex, int index);
|
||||
void WriteSortedConstraint(int constraintIndex, int sortedIndex);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user