添加插件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public interface IPinConstraintsBatchImpl : IConstraintsBatchImpl
|
||||
{
|
||||
void SetPinConstraints(ObiNativeIntList particleIndices, ObiNativeIntList colliderIndices, ObiNativeVector4List offsets, ObiNativeQuaternionList restDarbouxVectors, ObiNativeFloatList stiffnesses, ObiNativeFloatList lambdas, int count);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user