[bfdf16]: / Body / AAUHuman / Hand / DrawJointAxisY.any

Download this file

23 lines (14 with data), 338 Bytes

//this fiel will draw a cylinder along the main axis of the joint

ref1={

  

   AnyRefNode XCyl={  
    sRel={-cyl.Length*0.5,0,0};
    ARel=RotMat(pi*0.5,y);

    AnySurfCylinder cyl={
      Radius=0.001;
      Length=0.02;
      AnyDrawParamSurf surf={
      RGB={0,0,0};
      };
    };
   };
   
  
}; //ref1