[b5db22]: / Application / Examples / BikeModel / Model / BikeLegConnection.any

Download this file

12 lines (9 with data), 350 Bytes

// This folder contains the joints and drivers that connect the lower extremity 
// model with the bike model.
// Furthermore it defines the positions and orientations of the segments 

AnyFolder BikeLegConnection = {
  
  AnyFolder &ModelFolder = .HumanModel;
 
  AnyFolder JointsAndDrivers = {
    #include "JointsAndDrivers.any"
  };
};