Exemplo n.º 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>();
        }
    }
Exemplo n.º 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);
 }
Exemplo n.º 3
0
 void Start()
 {
     defControl = controller.GetComponent<Deformation_control>();
 }