--- a +++ b/Application/Examples/BikeModel/BikeModel-LowerBody.main.any @@ -0,0 +1,15 @@ +#include "../libdef.any" + + // ---------------------------------------------------------- + // Model configuration: + // For more info on body model configuration options please load the model and double click on: + // #path HTML_DOC "<AMMR_PATH_DOC>/bm_config/index.html" + // ---------------------------------------------------------- + +// configure model: exclude arms +#define BM_ARM_RIGHT OFF +#define BM_ARM_LEFT OFF + + +// include default model +#include "BikeModel-FullBody.Main.any" \ No newline at end of file