[770c98]: / Tools / AnyMocap / EnvironmentModel.any

Download this file

14 lines (11 with data), 319 Bytes

//This file creates the environment around the human
AnyFolder EnvironmentModel = {
  AnyComponentDefinition obj = {};
  AnyFixedRefFrame GlobalRef ={
    Origin={0,0,0};
    AnyDrawRefFrame drw={ScaleXYZ=0.2*{1,1,1};};
  };  
  AnyFolder ForcePlates = {
     #include "<MOCAP_FORCE_PLATE_FILE>"
  };
};