Example #1
0
 public void appendLink(Node node0, Node node1, Material mat) {
   SoftbodyJNI.btSoftBody_appendLink__SWIG_7(
       swigCPtr,
       this,
       Node.getCPtr(node0),
       node0,
       Node.getCPtr(node1),
       node1,
       Material.getCPtr(mat),
       mat);
 }
Example #2
0
 public int generateBendingConstraints(int distance, Material mat) {
   return SoftbodyJNI.btSoftBody_generateBendingConstraints__SWIG_0(
       swigCPtr, this, distance, Material.getCPtr(mat), mat);
 }
Example #3
0
 public void appendTetra(int node0, int node1, int node2, int node3, Material mat) {
   SoftbodyJNI.btSoftBody_appendTetra__SWIG_1(
       swigCPtr, this, node0, node1, node2, node3, Material.getCPtr(mat), mat);
 }
Example #4
0
 public void appendTetra(int model, Material mat) {
   SoftbodyJNI.btSoftBody_appendTetra__SWIG_0(swigCPtr, this, model, Material.getCPtr(mat), mat);
 }
Example #5
0
 public void appendFace(int node0, int node1, int node2, Material mat) {
   SoftbodyJNI.btSoftBody_appendFace__SWIG_3(
       swigCPtr, this, node0, node1, node2, Material.getCPtr(mat), mat);
 }
Example #6
0
 public void appendLink(int node0, int node1, Material mat) {
   SoftbodyJNI.btSoftBody_appendLink__SWIG_4(
       swigCPtr, this, node0, node1, Material.getCPtr(mat), mat);
 }
Example #7
0
 public void appendLink(int node0, int node1, Material mat, boolean bcheckexist) {
   SoftbodyJNI.btSoftBody_appendLink__SWIG_3(
       swigCPtr, this, node0, node1, Material.getCPtr(mat), mat, bcheckexist);
 }