Ejemplo n.º 1
0

        
Ejemplo n.º 2
0
 public Connection(Limb root, Vector3 anchor_on_root_at, Vector3 anchor_orientation, Limb limb)
 {
     anchor = root;
     root.joints.Add(this);
     free                    = limb;
     anchor_point            = anchor_on_root_at;
     this.anchor_orientation = anchor_orientation;
 }