示例#1
0
    void Start()
    {
        defControl = controller.GetComponent<Deformation_control>();
        gRot.Set (0.0f, 0.0f, 0.0f);
        gRotInc.Set(0.0f,0.0f,0.45f);

         if ( !mbulg )
        {
            mbulg = GetComponent<MegaBulge>();
        }
    }
示例#2
0
 void Start()
 {
     defControl = controller.GetComponent<Deformation_control>();
     gRot.Set (0.0f, 0.0f, 0.0f);
     gRotInc.Set(0.0f,0.0f,0.45f);
 }
示例#3
0
 void Start()
 {
     defControl = controller.GetComponent<Deformation_control>();
 }