BulletCSharp.btSoftBody.appendTetra C# (CSharp) Méthode

appendTetra() public méthode

public appendTetra ( int model, Material mat ) : void
model int
mat Material
Résultat void
        public void appendTetra(int model, Material mat)
        {
            BulletSoftBodyPINVOKE.btSoftBody_appendTetra__SWIG_0(swigCPtr, model, Material.getCPtr(mat));
        }

Same methods

btSoftBody::appendTetra ( int node0, int node1, int node2, int node3 ) : void
btSoftBody::appendTetra ( int node0, int node1, int node2, int node3, Material mat ) : void