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 void appendNote(String text, Vector3 o, btVector4 c, Node n0, Node n1) {
   SoftbodyJNI.btSoftBody_appendNote__SWIG_2(
       swigCPtr,
       this,
       text,
       o,
       btVector4.getCPtr(c),
       c,
       Node.getCPtr(n0),
       n0,
       Node.getCPtr(n1),
       n1);
 }
Example #3
0
 public boolean cutLink(Node node0, Node node1, float position) {
   return SoftbodyJNI.btSoftBody_cutLink__SWIG_1(
       swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1, position);
 }
Example #4
0
 public void appendLink(Node node0, Node node1) {
   SoftbodyJNI.btSoftBody_appendLink__SWIG_8(
       swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1);
 }
Example #5
0
 public void appendNote(String text, Vector3 o, Node feature) {
   SoftbodyJNI.btSoftBody_appendNote__SWIG_6(
       swigCPtr, this, text, o, Node.getCPtr(feature), feature);
 }
Example #6
0
 public boolean checkLink(Node node0, Node node1) {
   return SoftbodyJNI.btSoftBody_checkLink__SWIG_1(
       swigCPtr, this, Node.getCPtr(node0), node0, Node.getCPtr(node1), node1);
 }